HomeSort by relevance Sort by last modified time
    Searched refs:getFetchUuidsWithSdpCount (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBluetoothDeviceTest.java 83 assertThat(shadowOf(device).getFetchUuidsWithSdpCount()).isEqualTo(0);
86 assertThat(shadowOf(device).getFetchUuidsWithSdpCount()).isEqualTo(1);
89 assertThat(shadowOf(device).getFetchUuidsWithSdpCount()).isEqualTo(2);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothDevice.java 123 public int getFetchUuidsWithSdpCount() {

Completed in 87 milliseconds