summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2020-02-11 01:42:49 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-02-11 01:42:49 +0000
commit5ff37df1abb737a2225c978dd3a73c1013aca3fb (patch)
tree97e47187408108c8a9cf296ef9bdee01d301dbaf
parent32c29d1ee6add288ec6fb067fce8880c4dcae36a (diff)
parent793f25df074d2dea21fb72b7782f473ad9a74ef3 (diff)
Merge "[adbwifi]: Add Settings metrics for adb wireless."
-rw-r--r--core/proto/android/app/settings_enums.proto26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto
index 2b702bacd14e..c217caf1f264 100644
--- a/core/proto/android/app/settings_enums.proto
+++ b/core/proto/android/app/settings_enums.proto
@@ -688,6 +688,16 @@ enum Action {
// ACTION: Settings > Initialize Search bar > Verify Slice > Other exception
ACTION_VERIFY_SLICE_OTHER_EXCEPTION = 1727;
+
+ // ACTION: Settings > Developer Options > Toggle on Wireless debugging
+ // CATEGORY: SETTINGS
+ // OS: R
+ ACTION_ADB_WIRELESS_ON = 1734;
+
+ // ACTION: Settings > Developer Options > Toggle off Wireless debugging
+ // CATEGORY: SETTINGS
+ // OS: R
+ ACTION_ADB_WIRELESS_OFF = 1735;
}
/**
@@ -2411,4 +2421,20 @@ enum PageId {
// CATEGORY: SETTINGS
// OS: R
SETTINGS_PLATFORM_COMPAT_DASHBOARD = 1805;
+
+ // OPEN: Settings > Developer Options > Wireless debugging
+ // CATEGORY: SETTINGS
+ // OS: R
+ SETTINGS_ADB_WIRELESS = 1831;
+
+ // OPEN: Settings > Developer Options > Wireless debugging
+ // > Pair device with pairing code > Pairing code dialog
+ // CATEGORY: SETTINGS
+ // OS: R
+ ADB_WIRELESS_DEVICE_PAIRING_DIALOG = 1832;
+
+ // OPEN: Settings > Developer Options > Wireless debugging
+ // > Pair device with QR code > Scan QR code > Pairing device dialog
+ // CATEGORY: SETTINGS
+ ADB_WIRELESS_DEVICE_QR_PAIRING_DIALOG = 1833;
}