Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java42 assertThat(device.getUuids()).isEqualTo(uuids); in canSetAndGetUuids()
48 assertThat(device.getUuids()).isNull(); in getUuids_setUuidsNotCalled_shouldReturnNull()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java72 protected ParcelUuid[] getUuids() { in getUuids() method in ShadowBluetoothDevice
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnectionFacade.java406 ParcelUuid[] deviceUuids = device.getUuids(); in connectProfile()
541 for (ParcelUuid parcelUuid : mDevice.getUuids()) { in bluetoothGetBondedDeviceUuids()
DBluetoothFacade.java290 return mBluetoothAdapter.getUuids(); in bluetoothGetLocalUuids()