OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setFetchUuidsWithSdpResult
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothDevice.java
105
public void
setFetchUuidsWithSdpResult
(boolean fetchUuidsWithSdpResult) {
113
* @returns Value set by calling {@link ShadowBluetoothDevice#
setFetchUuidsWithSdpResult
}. If not
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBluetoothDeviceTest.java
76
shadowOf(device).
setFetchUuidsWithSdpResult
(true);
Completed in 2437 milliseconds