Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java388 public void setBluetoothClass(BluetoothClass bluetoothClass) { in setBluetoothClass() method in ShadowBluetoothDevice
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java139 shadowOf(device).setBluetoothClass(bluetoothClass); in canSetAndGetBluetoothClass()