Merge "Use BLUETOOTH_PAIRING metric in pairing page" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-06-21 03:16:31 +00:00
committed by Android (Google) Code Review

View File

@@ -94,8 +94,7 @@ public class BluetoothPairingDetail extends DeviceListPreferenceFragment impleme
@Override
public int getMetricsCategory() {
//TODO(b/38383542): add bluetooth pairing category
return MetricsEvent.BLUETOOTH;
return MetricsEvent.BLUETOOTH_PAIRING;
}
@Override