Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnectionFacade.java174 private BluetoothDevice mDevice; field in BluetoothConnectionFacade.DiscoverConnectReceiver
223 private BluetoothDevice mDevice = null; field in BluetoothConnectionFacade.DiscoverBondReceiver
536 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothGetBondedDeviceUuids() local
636 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothUnbond() local
646 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothConnectBonded() local
656 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothDisconnectConnected() local
670 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothDisconnectConnectedProfile() local
691 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothChangeProfileAccessPermission() local
DBluetoothA2dpFacade.java185 BluetoothDevice mDevice = in bluetoothA2dpConnect() local
210 BluetoothDevice mDevice = BluetoothFacade.getDevice( in bluetoothA2dpDisconnect() local
DBluetoothPairingHelper.java48 BluetoothDevice mDevice = intent.getParcelableExtra( in onReceive() local
DBluetoothMapFacade.java103 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedMapDevices, deviceID); in bluetoothMapDisconnect() local
DBluetoothHidDeviceFacade.java317 BluetoothDevice mDevice = in bluetoothHidDeviceConnect() local
339 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(), in bluetoothHidDeviceDisconnect() local
DBluetoothFacade.java250 BluetoothDevice mDevice; in bluetoothGetRemoteDeviceName() local
263 BluetoothDevice mDevice; in bluetoothFetchUuidsWithSdp() local
DBluetoothSocketConnFacade.java109 BluetoothDevice mDevice; in bluetoothSocketConnCreateL2capSocket() local
132 BluetoothDevice mDevice; in bluetoothSocketConnBeginConnectThreadUuid() local
156 BluetoothDevice mDevice; in bluetoothSocketConnBeginConnectThreadPsm() local
DBluetoothConnection.java40 private BluetoothDevice mDevice; field in BluetoothConnection
DBluetoothMapClientFacade.java181 BluetoothDevice mDevice = BluetoothFacade.getDevice( in bluetoothMapClientDisconnect() local
DBluetoothHspFacade.java156 BluetoothDevice mDevice = BluetoothFacade.getDevice( in bluetoothHspDisconnect() local
DBluetoothHidFacade.java208 BluetoothDevice mDevice = BluetoothFacade.getDevice( in bluetoothHidDisconnect() local
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java167 private ITestDevice mDevice; field in DeqpTestRunner
832 private ITestDevice mDevice; field in DeqpTestRunner.Recovery