Searched defs:getDevice (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DProfileService.java233 protected BluetoothDevice getDevice(byte[] address) { method in class:ProfileService
H A DRemoteDevices.java91 BluetoothDevice getDevice(byte[] address) { method in class:RemoteDevices
254 BluetoothDevice bdDevice = getDevice(address);
258 bdDevice = getDevice(address);
325 BluetoothDevice device = getDevice(address);
344 BluetoothDevice device = getDevice(address);
370 BluetoothDevice device = getDevice(address);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpClient.java254 public MtpDevice getDevice(String deviceName) { method in class:MtpClient
267 public MtpDevice getDevice(int id) { method in class:MtpClient
300 MtpDevice device = getDevice(deviceName);
332 MtpDevice device = getDevice(deviceName);
347 MtpDevice device = getDevice(deviceName);
368 MtpDevice device = getDevice(deviceName);
404 MtpDevice device = getDevice(deviceName);
419 MtpDevice device = getDevice(deviceName);
437 MtpDevice device = getDevice(deviceName);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpDeviceIndex.java115 public synchronized MtpDevice getDevice() { method in class:MtpDeviceIndex
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java707 event.device = getDevice(address);
714 event.device = getDevice(address);
717 private BluetoothDevice getDevice(byte[] address) { method in class:A2dpStateMachine
H A DA2dpSinkStateMachine.java723 event.device = getDevice(address);
730 event.device = getDevice(address);
740 event.device = getDevice(address);
744 private BluetoothDevice getDevice(byte[] address) { method in class:A2dpSinkStateMachine
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java372 BluetoothDevice getDevice() { method in class:CachedBluetoothDevice
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java3013 event.device = getDevice(address);
3020 event.device = getDevice(address);
3027 event.device = getDevice(address);
3033 event.device = getDevice(address);
3039 event.device = getDevice(address);
3047 event.device = getDevice(address);
3054 event.device = getDevice(address);
3061 event.device = getDevice(address);
3068 event.device = getDevice(address);
3075 event.device = getDevice(addres
3177 private BluetoothDevice getDevice(byte[] address) { method in class:HeadsetStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java2414 private BluetoothDevice getDevice(byte[] address) { method in class:HeadsetClientStateMachine
2423 event.device = getDevice(address);
2431 event.device = getDevice(address);

Completed in 191 milliseconds