Home
last modified time | relevance | path

Searched refs:setBondState (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java77 public void setBondState(int bondState) { in setBondState() method in ShadowBluetoothDevice
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java57 shadowOf(device).setBondState(BOND_BONDED); in canSetAndGetBondState()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java205 public void setBondState(int bondState) { in setBondState() method in ShadowBluetoothDevice
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java80 shadowOf(device).setBondState(BOND_BONDED); in canSetAndGetBondState()
DShadowBluetoothAdapterTest.java395 shadowOf(remoteDevice1).setBondState(BluetoothDevice.BOND_BONDED); in testGetRemoteDevice_sameState()