Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java83 assertThat(shadowOf(device).getFetchUuidsWithSdpCount()).isEqualTo(0); in getCorrectFetchUuidsWithSdpCount()
86 assertThat(shadowOf(device).getFetchUuidsWithSdpCount()).isEqualTo(1); in getCorrectFetchUuidsWithSdpCount()
89 assertThat(shadowOf(device).getFetchUuidsWithSdpCount()).isEqualTo(2); in getCorrectFetchUuidsWithSdpCount()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java123 public int getFetchUuidsWithSdpCount() { in getFetchUuidsWithSdpCount() method in ShadowBluetoothDevice