diff options
| author | 2019-01-23 23:40:51 -0800 | |
|---|---|---|
| committer | 2019-01-23 23:40:51 -0800 | |
| commit | 8eebbbf6725d40f2372fbcc076566491c625f5a8 (patch) | |
| tree | 3677368e4aede35fa3b9710708cd2938ed560ef6 | |
| parent | f2d656b438b25d446e0deedb7264d0c6a7adb305 (diff) | |
| parent | 5419f9839623b59653e0820480234051fa09cfc4 (diff) | |
Merge "Align coding format in data_stall_event.proto" am: 0d4002db35
am: 5419f98396
Change-Id: Ib0e7c12df86634a0b6dc4e5c441a370c38fa26e2
| -rw-r--r-- | core/proto/android/server/connectivity/data_stall_event.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/proto/android/server/connectivity/data_stall_event.proto b/core/proto/android/server/connectivity/data_stall_event.proto index b70bb677d7a0..21717d886266 100644 --- a/core/proto/android/server/connectivity/data_stall_event.proto +++ b/core/proto/android/server/connectivity/data_stall_event.proto @@ -41,7 +41,7 @@ enum RadioTech { RADIO_TECHNOLOGY_UMTS = 3; RADIO_TECHNOLOGY_IS95A = 4; RADIO_TECHNOLOGY_IS95B = 5; - RADIO_TECHNOLOGY_1xRTT = 6; + RADIO_TECHNOLOGY_1XRTT = 6; RADIO_TECHNOLOGY_EVDO_0 = 7; RADIO_TECHNOLOGY_EVDO_A = 8; RADIO_TECHNOLOGY_HSDPA = 9; |