Searched refs:getBluetoothClass (Results 1 – 2 of 2) sorted by relevance
135 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()
382 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in ShadowBluetoothDevice