Searched refs:ShadowBluetoothAdapter (Results 1 – 2 of 2) sorted by relevance
17 public class ShadowBluetoothAdapter { class
157 ShadowBluetoothAdapter.class, in getDefaultShadowClasses()493 public static ShadowBluetoothAdapter shadowOf(BluetoothAdapter other) { in shadowOf()494 return (ShadowBluetoothAdapter) Robolectric.shadowOf_(other); in shadowOf()