Searched refs:fetchUuidsWithSdp (Results 1 – 4 of 4) sorted by relevance
74 assertThat(device.fetchUuidsWithSdp()).isFalse(); in canSetAndGetFetchUuidsWithSdpResult()77 assertThat(device.fetchUuidsWithSdp()).isTrue(); in canSetAndGetFetchUuidsWithSdpResult()85 device.fetchUuidsWithSdp(); in getCorrectFetchUuidsWithSdpCount()88 device.fetchUuidsWithSdp(); in getCorrectFetchUuidsWithSdpCount()
117 protected boolean fetchUuidsWithSdp() { in fetchUuidsWithSdp() method in ShadowBluetoothDevice
265 return mDevice.fetchUuidsWithSdp(); in bluetoothFetchUuidsWithSdp()
205 boolean status = mDevice.fetchUuidsWithSdp(); in onReceive()