Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothHeadset.java59 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice()
64 public void removeDevice(BluetoothDevice bluetoothDevice) { in removeDevice()
128 protected boolean startVoiceRecognition(BluetoothDevice bluetoothDevice) { in startVoiceRecognition()
150 protected boolean stopVoiceRecognition(BluetoothDevice bluetoothDevice) { in stopVoiceRecognition()
160 protected boolean isAudioConnected(BluetoothDevice bluetoothDevice) { in isAudioConnected()
189 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice()
228 private boolean isDeviceActive(BluetoothDevice bluetoothDevice) { in isDeviceActive()
233 int bluetoothProfileExtraState, BluetoothDevice bluetoothDevice) { in sendAudioStateChangedBroadcast()
DShadowBluetoothPan.java33 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice()
44 public void removeDevice(BluetoothDevice bluetoothDevice) { in removeDevice()
DShadowBluetoothA2dp.java52 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice()
60 public void removeDevice(BluetoothDevice bluetoothDevice) { in removeDevice()
144 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice()
DShadowInCallService.java44 private BluetoothDevice bluetoothDevice; field in ShadowInCallService
160 protected void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
228 void requestBluetoothAudio(BluetoothDevice bluetoothDevice); in requestBluetoothAudio()
/external/robolectric/integration_tests/kotlin/src/test/kotlin/org/robolectric/integrationtests/kotlin/flow/
DBluetoothProvisionerTest.kt39 val bluetoothDevice = bluetoothManager.adapter.getRemoteDevice(BLUETOOTH_MAC) in newScanResult() constant
61 val bluetoothDevice = scanResult.device in testBluetoothProvisioner() constant
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java49 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canCreateBluetoothDeviceViaNewInstance() local
173 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_doesntCrash() local
184 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransport_doesntCrash() local
197 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransportPhy_doesntCrash() local
211 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransportPhyHandler_doesntCrash() local
279 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withInterceptor() local
DShadowInCallServiceTest.java91 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance("00:11:22:33:AA:BB"); in requestBluetoothAudio_getBluetoothAudio() local
DShadowBluetoothA2dpTest.java108 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance("11:22:33:AA:BB:00"); in getConnectionState_deviceNotFound_returnsDisconnectedState() local
DShadowBluetoothGattTest.java121 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in setUp() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java191 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerSendResponse() local
225 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerNotifyCharacteristicChanged() local
268 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerNotifyCharacteristicChangedByInstanceId() local
410 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerReadPhy() local
447 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerSetPreferredPhy() local
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCBluetoothManager.java80 private BluetoothDevice bluetoothDevice; field in AppRTCBluetoothManager