Searched defs:mDevice (Results 1 – 11 of 11) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothConnectionFacade.java | 168 private BluetoothDevice mDevice; field in BluetoothConnectionFacade.DiscoverConnectReceiver 217 private BluetoothDevice mDevice = null; field in BluetoothConnectionFacade.DiscoverBondReceiver 599 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothUnbond() local 609 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothConnectBonded() local 619 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothDisconnectConnected() local 633 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothDisconnectConnectedProfile() local 654 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothChangeProfileAccessPermission() local
|
D | BluetoothA2dpFacade.java | 143 BluetoothDevice mDevice = BluetoothFacade.getDevice( in bluetoothA2dpConnect() local 166 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedA2dpDevices, deviceID); in bluetoothA2dpDisconnect() local
|
D | BluetoothHealthFacade.java | 99 BluetoothDevice mDevice = mBluetoothAdapter.getRemoteDevice(macAddress); in bluetoothHealthConnectChannelToSource() local 113 BluetoothDevice mDevice = mBluetoothAdapter.getRemoteDevice(macAddress); in bluetoothHealthConnectChannelToSink() local
|
D | BluetoothRfcommFacade.java | 106 BluetoothDevice mDevice; in rfcommCreateL2capSocket() local 125 BluetoothDevice mDevice; in rfcommCreateRfcommSocket() local 142 BluetoothDevice mDevice; in bluetoothRfcommBeginConnectThread() local 445 private BluetoothDevice mDevice; field in BluetoothConnection
|
D | BluetoothPairingHelper.java | 47 BluetoothDevice mDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
|
D | BluetoothMapFacade.java | 88 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedMapDevices, deviceID); in bluetoothMapDisconnect() local
|
D | BluetoothFacade.java | 222 BluetoothDevice mDevice; in bluetoothGetRemoteDeviceName() local 235 BluetoothDevice mDevice; in bluetoothFetchUuidsWithSdp() local
|
D | BluetoothMapClientFacade.java | 168 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedMapDevices, deviceID); in bluetoothMapClientDisconnect() local
|
D | BluetoothHspFacade.java | 116 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHspProfile.getConnectedDevices(), in bluetoothHspDisconnect() local
|
D | BluetoothHidFacade.java | 101 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidDisconnect() local
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 151 private ITestDevice mDevice; field in DeqpTestRunner 816 private ITestDevice mDevice; field in DeqpTestRunner.Recovery
|