OSDN Git Service

BT device renaming: move edit icon and add metrics proto
authorAntony Sargent <asargent@google.com>
Fri, 16 Jun 2017 18:50:13 +0000 (11:50 -0700)
committerAntony Sargent <asargent@google.com>
Mon, 19 Jun 2017 22:43:01 +0000 (15:43 -0700)
On the bluetooth device details page, we need to have a dialog for editing
the display name of a paired device. This change moves the icon we need for
the menu item that launches the dialoge from SystemUI to SettingsLib (so we
can then use it in packages/apps/Settings), and also adds a metrics proto
entry to be used when the dialog is opened.

Bug: 62535241
Test: should be covered by existing tests
Change-Id: I63973e59cbd2eeac9bea04f66588f4e0b0254785

packages/SettingsLib/res/drawable/ic_mode_edit.xml [moved from packages/SystemUI/res/drawable/ic_mode_edit.xml with 100% similarity]
proto/src/metrics_constants.proto

index 7e7ef19..baa135d 100644 (file)
@@ -4098,6 +4098,12 @@ message MetricsEvent {
     // OPEN: Settings > Network > Tether > Wi-Fi hotspot
     WIFI_TETHER_SETTINGS = 1014;
 
+    // OPEN: Settings->Connected Devices->Bluetooth->(click on details link for a paired device)
+    // -> Edit name button.
+    // CATEGORY: SETTINGS
+    // OS: O DR
+    DIALOG_BLUETOOTH_PAIRED_DEVICE_RENAME = 1015;
+
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS
   }