Home
last modified time | relevance | path

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

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java135 assertThat(shadowOf(device).getBluetoothClass()).isNull(); in canSetAndGetBluetoothClass()
140 assertThat(shadowOf(device).getBluetoothClass()).isEqualTo(bluetoothClass); in canSetAndGetBluetoothClass()
385 assertThrows(SecurityException.class, device::getBluetoothClass); in getBluetoothClass_noBluetoothConnectPermission_throwsException()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java382 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in ShadowBluetoothDevice