Home
last modified time | relevance | path

Searched refs:fetchUuidsWithSdp (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java74 assertThat(device.fetchUuidsWithSdp()).isFalse(); in canSetAndGetFetchUuidsWithSdpResult()
77 assertThat(device.fetchUuidsWithSdp()).isTrue(); in canSetAndGetFetchUuidsWithSdpResult()
85 device.fetchUuidsWithSdp(); in getCorrectFetchUuidsWithSdpCount()
88 device.fetchUuidsWithSdp(); in getCorrectFetchUuidsWithSdpCount()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java117 protected boolean fetchUuidsWithSdp() { in fetchUuidsWithSdp() method in ShadowBluetoothDevice
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothFacade.java265 return mDevice.fetchUuidsWithSdp(); in bluetoothFetchUuidsWithSdp()
DBluetoothConnectionFacade.java205 boolean status = mDevice.fetchUuidsWithSdp(); in onReceive()