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.java65 protected boolean startVoiceRecognition(BluetoothDevice bluetoothDevice) { in startVoiceRecognition()
87 protected boolean stopVoiceRecognition(BluetoothDevice bluetoothDevice) { in stopVoiceRecognition()
97 protected boolean isAudioConnected(BluetoothDevice bluetoothDevice) { in isAudioConnected()
126 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice()
165 private boolean isDeviceActive(BluetoothDevice bluetoothDevice) { in isDeviceActive()
170 int bluetoothProfileExtraState, BluetoothDevice bluetoothDevice) { in sendAudioStateChangedBroadcast()
DShadowBluetoothA2dp.java33 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice()
41 public void removeDevice(BluetoothDevice bluetoothDevice) { in removeDevice()
125 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice()
DShadowInCallService.java44 private BluetoothDevice bluetoothDevice; field in ShadowInCallService
142 protected void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
186 void requestBluetoothAudio(BluetoothDevice bluetoothDevice); in requestBluetoothAudio()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java28 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canCreateBluetoothDeviceViaNewInstance() local
95 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_doesntCrash() local
DShadowBluetoothGattTest.java22 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canCreateBluetoothGattViaNewInstance() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java48 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
DShadowBluetoothA2dpTest.java103 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance("11:22:33:AA:BB:00"); in getConnectionState_deviceNotFound_returnsDisconnectedState() local
DShadowInCallServiceTest.java93 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance("00:11:22:33:AA:BB"); in requestBluetoothAudio_getBluetoothAudio() local
DShadowBluetoothGattTest.java97 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