diff options
author | Chris Wren <cwren@google.com> | 2018-05-14 17:16:31 -0400 |
---|---|---|
committer | Chris Wren <cwren@google.com> | 2018-05-15 07:52:30 -0400 |
commit | 8f7a14432876e15aca36d13f3530b5d9ae8ef25d (patch) | |
tree | dd3a04bc1f1a496e72c034f6ed247ba2c44ec586 /proto/src/system_messages.proto | |
parent | adaca2146dff3f4a5fb543451d81bb1be899195d (diff) |
clean up comments
Bug: 79698458
Test: make framework-protos
Change-Id: Ifaac050f2e00912188e3fb999b308101e3b07bf0
Diffstat (limited to 'proto/src/system_messages.proto')
-rw-r--r-- | proto/src/system_messages.proto | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index f9af31c96c92..a9a14cad7f7d 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -184,19 +184,19 @@ message SystemMessage { NOTE_USB_AUDIO_ACCESSORY_NOT_SUPPORTED = 41; // Inform the user that a wrong password was detected while attempting to connect - // to a Wi-Fi network + // to a wifi network NOTE_WIFI_WRONG_PASSWORD = 42; // Inform the user that Wifi Wake will re-enable wifi when possible NOTE_WIFI_WAKE_ONBOARD = 43; - // Inform the user that Wifi Wake has automatically re-enabled Wifi + // Inform the user that Wifi Wake has automatically re-enabled wifi NOTE_WIFI_WAKE_TURNED_BACK_ON = 44; // Inform the user that unexpectedly rapid network usage is happening NOTE_NET_RAPID = 45; - // Notify the user that carrier Wi-Fi networks are available. + // Notify the user that carrier wifi networks are available. // Package: android NOTE_CARRIER_NETWORK_AVAILABLE = 46; @@ -248,10 +248,10 @@ message SystemMessage { // Package: com.android.systemui NOTE_TV_PIP = 1100; - // Extreme battery saver notifiaction. + // Extreme battery saver notification. NOTE_BATTERY_SAVER_WARNING = 1200; - // Notify the user that open Wi-Fi networks are available. + // Notify the user that open wifi networks are available. // Package: android NOTE_NETWORK_AVAILABLE = 17303299; @@ -261,7 +261,6 @@ message SystemMessage { // Notify the user about public volume state changes.. // Package: com.android.systemui - NOTE_STORAGE_PUBLIC = 0x53505542; // 1397773634 // Notify the user about private volume state changes. |