Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java105 public void setFetchUuidsWithSdpResult(boolean fetchUuidsWithSdpResult) { in setFetchUuidsWithSdpResult() method in ShadowBluetoothDevice
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java76 shadowOf(device).setFetchUuidsWithSdpResult(true); in canSetAndGetFetchUuidsWithSdpResult()