summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Fan Zhang <zhfan@google.com> 2018-12-06 17:59:30 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-12-06 17:59:30 +0000
commit1e31f82a4811d47787254b7b82bfd66b47cd08fa (patch)
treef5ce46511db7aebf65eedadce80934048d8ac917
parent3aab7653bbf5a77fee0aa6fe19329d8071d2b681 (diff)
parent7eb3b0962fb3c71bc601f3549778257c4df42616 (diff)
Merge "Add bluetooth constants for Contextual Home Page"
-rw-r--r--core/proto/android/app/settings_enums.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto
index 3a908dc28e4c..8e4eb0018999 100644
--- a/core/proto/android/app/settings_enums.proto
+++ b/core/proto/android/app/settings_enums.proto
@@ -38,6 +38,12 @@ enum PageId {
// Unknown page. Should not be used in production code.
PAGE_UNKNOWN = 0;
+ // OPEN: Settings > Connected Devices > Bluetooth > (click on details link for a paired device)
+ BLUETOOTH_DEVICE_DETAILS = 1009;
+
+ // OPEN: Settings > Connected devices > Bluetooth > Pair new device
+ BLUETOOTH_PAIRING = 1018;
+
// OPEN: Settings homepage
SETTINGS_HOMEPAGE = 1502;