Home
last modified time | relevance | path

Searched refs:simulateGattConnectionChange (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java367 public void simulateGattConnectionChange(int status, int newState) { in simulateGattConnectionChange() method in ShadowBluetoothDevice
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java275 shadowOf(device).simulateGattConnectionChange(status, newState); in canSimulateGattConnectionChange()