commit | b010eed05dc5f7684f42d6ba560434248e79eb20 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Jun 21 03:16:31 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jun 21 03:16:33 2017 +0000 |
tree | 6e0793692d852e874f4d4f9c3cb27d73ee4ddcc7 | |
parent | 153e2b89b911142ed3a1198946714105d6fd3213 [diff] | |
parent | 9b3d2d3ea412eeddb61e5324ff8228be3376473d [diff] |
Merge "Use BLUETOOTH_PAIRING metric in pairing page" into oc-dr1-dev
diff --git a/src/com/android/settings/bluetooth/BluetoothPairingDetail.java b/src/com/android/settings/bluetooth/BluetoothPairingDetail.java index 987fd3b..6545ed1 100644 --- a/src/com/android/settings/bluetooth/BluetoothPairingDetail.java +++ b/src/com/android/settings/bluetooth/BluetoothPairingDetail.java
@@ -94,8 +94,7 @@ @Override public int getMetricsCategory() { - //TODO(b/38383542): add bluetooth pairing category - return MetricsEvent.BLUETOOTH; + return MetricsEvent.BLUETOOTH_PAIRING; } @Override