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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBluetoothDeviceTest.java 74 assertThat(device.fetchUuidsWithSdp()).isFalse();
77 assertThat(device.fetchUuidsWithSdp()).isTrue();
85 device.fetchUuidsWithSdp();
88 device.fetchUuidsWithSdp();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothDevice.java 104 /** Sets value of the return result for {@link BluetoothDevice#fetchUuidsWithSdp}. */
110 * Overrides behavior of {@link BluetoothDevice#fetchUuidsWithSdp}. This method updates the
117 protected boolean fetchUuidsWithSdp() {
122 /** Returns the number of times fetchUuidsWithSdp has been called. */

Completed in 1987 milliseconds