Home
last modified time | relevance | path

Searched refs:ShadowBluetoothGatt (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothGattTest.java23 BluetoothGatt bluetoothGatt = ShadowBluetoothGatt.newInstance(bluetoothDevice); in canCreateBluetoothGattViaNewInstance()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java130 return ShadowBluetoothGatt.newInstance(realBluetoothDevice); in connectGatt()
DShadowBluetoothGatt.java18 public class ShadowBluetoothGatt { class