OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUuids
(Results
1 - 4
of
4
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBluetoothDeviceTest.java
42
assertThat(device.
getUuids
()).isEqualTo(uuids);
48
assertThat(device.
getUuids
()).isNull();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothDevice.java
60
/** Sets the return value for {@link BluetoothDevice#
getUuids
}. */
66
* Overrides behavior of {@link BluetoothDevice#
getUuids
} to return pre-set result.
72
protected ParcelUuid[]
getUuids
() {
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothFacade.java
290
return mBluetoothAdapter.
getUuids
();
BluetoothConnectionFacade.java
404
ParcelUuid[] deviceUuids = device.
getUuids
();
539
for (ParcelUuid parcelUuid : mDevice.
getUuids
()) {
Completed in 905 milliseconds