Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java31 private boolean fetchUuidsWithSdpResult = false; field in ShadowBluetoothDevice
105 public void setFetchUuidsWithSdpResult(boolean fetchUuidsWithSdpResult) { in setFetchUuidsWithSdpResult() argument
106 this.fetchUuidsWithSdpResult = fetchUuidsWithSdpResult; in setFetchUuidsWithSdpResult()
119 return fetchUuidsWithSdpResult; in fetchUuidsWithSdp()