/frameworks/base/core/java/android/server/ |
D | BluetoothEventLoop.java | 195 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address)); in addDevice() 231 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address)); in onDeviceDisappeared() 248 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address)); in onDeviceDisconnectRequested() 402 BluetoothDevice device = mAdapter.getRemoteDevice(address); in onDevicePropertyChanged() 517 BluetoothDevice device = mAdapter.getRemoteDevice(address); in onPanDevicePropertyChanged() 585 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address)); in onRequestPairingConsent() 608 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address)); in onRequestPasskeyConfirmation() 631 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address)); in onRequestPasskey() 696 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address)); in onRequestPinCode() 719 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address)); in onDisplayPasskey() [all …]
|
D | BluetoothA2dpService.java | 215 BluetoothDevice device = mAdapter.getRemoteDevice(address); in onBluetoothEnable() 485 BluetoothDevice device = mAdapter.getRemoteDevice(address); in onSinkPropertyChanged() 593 BluetoothDevice device = mAdapter.getRemoteDevice(address); in onConnectSinkResult()
|
D | BluetoothBondState.java | 173 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mService.getRemoteDevice(address)); in setBondState() 452 BluetoothDevice remoteDevice = mService.getRemoteDevice(address); in setProfilePriorities()
|
D | BluetoothInputProfileHandler.java | 203 BluetoothDevice device = adapter.getRemoteDevice(address); in handleInputDevicePropertyChange()
|
D | BluetoothHealthProfileHandler.java | 382 BluetoothDevice device = adapter.getRemoteDevice(address); in onHealthDevicePropertyChanged() 436 BluetoothDevice device = adapter.getRemoteDevice(address); in onHealthDeviceChannelChanged()
|
D | BluetoothService.java | 748 /*package*/ BluetoothDevice getRemoteDevice(String address) { in getRemoteDevice() method in BluetoothService 749 return mAdapter.getRemoteDevice(address); in getRemoteDevice() 1763 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address)); in sendUuidIntent() 2513 if (mA2dpService.getPriority(getRemoteDevice(address)) >= in notifyIncomingConnection() 2541 if (mHeadsetProxy.getPriority(getRemoteDevice(address)) >= in notifyIncomingA2dpConnection()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothStressTest.java | 156 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); in testPair() 182 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); in testAcceptPair() 209 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); in testConnectA2dp() 242 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); in testConnectHeadset() 275 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); in testConnectInput() 308 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); in testConnectPan() 338 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); in testIncomingPanConnection() 372 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); in testStartStopSco()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAudioGateway.java | 130 mAdapter.getRemoteDevice(mConnectingHeadsetAddress), in start() 144 mAdapter.getRemoteDevice(mConnectingHandsfreeAddress), in start()
|
D | BluetoothAdapter.java | 403 public BluetoothDevice getRemoteDevice(String address) { in getRemoteDevice() method in BluetoothAdapter 418 public BluetoothDevice getRemoteDevice(byte[] address) { in getRemoteDevice() method in BluetoothAdapter 1315 devices.add(getRemoteDevice(addresses[i])); in toDeviceSet()
|
D | HeadsetBase.java | 258 public BluetoothDevice getRemoteDevice() { in getRemoteDevice() method in HeadsetBase
|
D | BluetoothSocket.java | 256 public BluetoothDevice getRemoteDevice() { in getRemoteDevice() method in BluetoothSocket
|
/frameworks/base/services/java/com/android/server/ |
D | DockObserver.java | 154 BluetoothAdapter.getDefaultAdapter().getRemoteDevice(address));
|
/frameworks/base/docs/html/tools/adk/ |
D | adk2.jd | 457 BluetoothDevice device = mAdapter.getRemoteDevice(address);
|
/frameworks/base/docs/html/sdk/api_diff/16/ |
D | missingSinces.txt | 216 NO DOC BLOCK: android.bluetooth.BluetoothAdapter Method getRemoteDevice(byte[])
|
/frameworks/base/api/ |
D | current.txt | 4454 method public android.bluetooth.BluetoothDevice getRemoteDevice(java.lang.String); 4455 method public android.bluetooth.BluetoothDevice getRemoteDevice(byte[]); 4811 method public android.bluetooth.BluetoothDevice getRemoteDevice();
|
D | 16.txt | 4454 method public android.bluetooth.BluetoothDevice getRemoteDevice(java.lang.String); 4455 method public android.bluetooth.BluetoothDevice getRemoteDevice(byte[]); 4811 method public android.bluetooth.BluetoothDevice getRemoteDevice();
|
D | 14.txt | 4241 method public android.bluetooth.BluetoothDevice getRemoteDevice(java.lang.String); 4593 method public android.bluetooth.BluetoothDevice getRemoteDevice();
|
D | 15.txt | 4246 method public android.bluetooth.BluetoothDevice getRemoteDevice(java.lang.String); 4602 method public android.bluetooth.BluetoothDevice getRemoteDevice();
|