Home
last modified time | relevance | path

Searched refs:setBondState (Results 1 – 2 of 2) 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()