Home
last modified time | relevance | path

Searched refs:ShadowBluetoothDevice (Results 1 – 10 of 10) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java48 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canCreateBluetoothDeviceViaNewInstance()
173 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_doesntCrash()
184 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransport_doesntCrash()
197 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransportPhy_doesntCrash()
211 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransportPhyHandler_doesntCrash()
237 BluetoothDevice device = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canGetBluetoothGatts()
254 BluetoothDevice device = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_setsBluetoothGattCallback()
268 BluetoothDevice device = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canSimulateGattConnectionChange()
282 BluetoothDevice device = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in createRfcommSocketToServiceRecord_returnsSocket()
292 BluetoothDevice device = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in getSetAlias()
[all …]
DShadowBluetoothServerSocketTest.java34 BluetoothDevice btDevice = ShadowBluetoothDevice.newInstance("DE:AD:BE:EE:EE:EF"); in accept()
DShadowInCallServiceTest.java91 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance("00:11:22:33:AA:BB"); in requestBluetoothAudio_getBluetoothAudio()
DShadowBluetoothA2dpTest.java103 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance("11:22:33:AA:BB:00"); in getConnectionState_deviceNotFound_returnsDisconnectedState()
DShadowBluetoothGattServerTest.java58 device = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in setUp()
DShadowBluetoothGattTest.java99 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in setUp()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java28 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canCreateBluetoothDeviceViaNewInstance()
95 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_doesntCrash()
DShadowBluetoothGattTest.java22 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canCreateBluetoothGattViaNewInstance()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java19 public class ShadowBluetoothDevice { class
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java45 public class ShadowBluetoothDevice { class
288 synchronized (ShadowBluetoothDevice.class) { in createRfcommSocketToServiceRecord()