Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java454 BluetoothDevice device = getAnonymousDevice(address); in onConnectionStateChanged()
488 BluetoothDevice device = getAnonymousDevice(address); in getRcPsm()
507 BluetoothDevice device = getAnonymousDevice(address); in handleRegisterNotificationAbsVol()
520 BluetoothDevice device = getAnonymousDevice(address); in handleSetAbsVolume()
535 BluetoothDevice device = getAnonymousDevice(address); in onTrackChanged()
561 BluetoothDevice device = getAnonymousDevice(address); in onPlayPositionChanged()
575 BluetoothDevice device = getAnonymousDevice(address); in onPlayStatusChanged()
590 BluetoothDevice device = getAnonymousDevice(address); in handlePlayerAppSetting()
606 BluetoothDevice device = getAnonymousDevice(address); in onPlayerAppSettingChanged()
622 BluetoothDevice device = getAnonymousDevice(address); in onAvailablePlayerChanged()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java186 BluetoothDevice device = getAnonymousDevice((byte[]) msg.obj);
229 BluetoothDevice device = getAnonymousDevice((byte[]) msg.obj);
269 BluetoothDevice device = getAnonymousDevice((byte[]) msg.obj);
277 BluetoothDevice device = getAnonymousDevice((byte[]) msg.obj);
295 BluetoothDevice device = getAnonymousDevice((byte[]) msg.obj);
310 BluetoothDevice device = getAnonymousDevice((byte[]) msg.obj);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java351 protected BluetoothDevice getAnonymousDevice(String address) { in getAnonymousDevice() method in ProfileService
365 protected BluetoothDevice getAnonymousDevice(byte[] address) { in getAnonymousDevice() method in ProfileService
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java534 StackEvent event = StackEvent.connectionStateChanged(getAnonymousDevice(address), state); in onConnectionStateChanged()
556 StackEvent event = StackEvent.audioConfigChanged(getAnonymousDevice(address), sampleRate, in onAudioConfigChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1163 BluetoothDevice device = getAnonymousDevice(address); in onScanResultInternal()
1936 BluetoothDevice device = getAnonymousDevice(address); in parseTruncatedResults()
1963 BluetoothDevice device = getAnonymousDevice(address); in parseFullResults()
2041 BluetoothDevice device = getAnonymousDevice(trackingInfo.getAddress()); in onTrackAdvFoundLost()
2173 BluetoothDevice device = getAnonymousDevice(address); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java219 final BluetoothDevice device = getAnonymousDevice(cs.addr);