summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Frank Li <lifr@google.com> 2020-06-23 01:27:40 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-06-23 01:27:40 +0000
commit9c01d142fc02432adda31ef9e8c897b50b31d181 (patch)
treeb653ab3ca88d17c9ce86edf1d7fe1c995b68d197
parent6c5b5b08038ab623deac840c1f1abea84667f0f8 (diff)
parent51af7130bf5cc6de15a5c260abfd497865957c5c (diff)
Merge "Correct the name of enum UserType item" am: 51af7130bf
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1345374 Change-Id: Ie3e4e8f29918df55cccc294cd9c3492484952358
-rw-r--r--core/proto/android/stats/connectivity/tethering.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/proto/android/stats/connectivity/tethering.proto b/core/proto/android/stats/connectivity/tethering.proto
index 6303b7d1870b..13f0b8c44fb5 100644
--- a/core/proto/android/stats/connectivity/tethering.proto
+++ b/core/proto/android/stats/connectivity/tethering.proto
@@ -87,7 +87,7 @@ enum UpstreamType {
enum UserType {
// Unknown.
- USER_UNKOWNN = 0;
+ USER_UNKNOWN = 0;
// Settings.
USER_SETTINGS = 1;
// System UI.