Searched refs:bluetoothDeviceHashCode (Results 1 – 1 of 1) sorted by relevance
157 final int bluetoothDeviceHashCode = intent.getIntExtra(BLUETOOTH_DEVICE_HASH_CODE, -1); in onNotifyChange() local159 if (device.hashCode() == bluetoothDeviceHashCode) { in onNotifyChange()