Home
last modified time | relevance | path

Searched refs:getFetchUuidsWithSdpCount (Results 1 – 4 of 4) 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
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java160 assertThat(shadowOf(device).getFetchUuidsWithSdpCount()).isEqualTo(0); in getCorrectFetchUuidsWithSdpCount()
163 assertThat(shadowOf(device).getFetchUuidsWithSdpCount()).isEqualTo(1); in getCorrectFetchUuidsWithSdpCount()
166 assertThat(shadowOf(device).getFetchUuidsWithSdpCount()).isEqualTo(2); in getCorrectFetchUuidsWithSdpCount()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java316 public int getFetchUuidsWithSdpCount() { in getFetchUuidsWithSdpCount() method in ShadowBluetoothDevice