Home
last modified time | relevance | path

Searched refs:bluetoothDeviceHashCode (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java157 final int bluetoothDeviceHashCode = intent.getIntExtra(BLUETOOTH_DEVICE_HASH_CODE, -1); in onNotifyChange() local
159 if (device.hashCode() == bluetoothDeviceHashCode) { in onNotifyChange()