Home
last modified time | relevance | path

Searched defs:mDevice (Results 1 – 11 of 11) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnectionFacade.java168 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
DBluetoothA2dpFacade.java143 BluetoothDevice mDevice = BluetoothFacade.getDevice( in bluetoothA2dpConnect() local
166 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedA2dpDevices, deviceID); in bluetoothA2dpDisconnect() local
DBluetoothHealthFacade.java99 BluetoothDevice mDevice = mBluetoothAdapter.getRemoteDevice(macAddress); in bluetoothHealthConnectChannelToSource() local
113 BluetoothDevice mDevice = mBluetoothAdapter.getRemoteDevice(macAddress); in bluetoothHealthConnectChannelToSink() local
DBluetoothRfcommFacade.java106 BluetoothDevice mDevice; in rfcommCreateL2capSocket() local
125 BluetoothDevice mDevice; in rfcommCreateRfcommSocket() local
142 BluetoothDevice mDevice; in bluetoothRfcommBeginConnectThread() local
445 private BluetoothDevice mDevice; field in BluetoothConnection
DBluetoothPairingHelper.java47 BluetoothDevice mDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
DBluetoothMapFacade.java88 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedMapDevices, deviceID); in bluetoothMapDisconnect() local
DBluetoothFacade.java222 BluetoothDevice mDevice; in bluetoothGetRemoteDeviceName() local
235 BluetoothDevice mDevice; in bluetoothFetchUuidsWithSdp() local
DBluetoothMapClientFacade.java168 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedMapDevices, deviceID); in bluetoothMapClientDisconnect() local
DBluetoothHspFacade.java116 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHspProfile.getConnectedDevices(), in bluetoothHspDisconnect() local
DBluetoothHidFacade.java101 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidDisconnect() local
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java151 private ITestDevice mDevice; field in DeqpTestRunner
816 private ITestDevice mDevice; field in DeqpTestRunner.Recovery