HomeSort by relevance Sort by last modified time
    Searched refs:ShadowBluetoothDevice (Results 1 - 2 of 2) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothDevice.java 8 public class ShadowBluetoothDevice {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 156 ShadowBluetoothDevice.class,
491 public static ShadowBluetoothDevice shadowOf(BluetoothDevice other) {
492 return (ShadowBluetoothDevice) Robolectric.shadowOf_(other);
    [all...]

Completed in 654 milliseconds