Home
last modified time | relevance | path

Searched refs:ShadowBluetoothDevice (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothHDAudioPreferenceControllerTest.java44 import org.robolectric.shadows.ShadowBluetoothDevice;
47 @Config(shadows = {ShadowBluetoothDevice.class})
79 mActiveDevice = ShadowBluetoothDevice.newInstance(TEST_DEVICE_ADDRESS); in setup()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowBluetoothDevice.java25 public class ShadowBluetoothDevice extends org.robolectric.shadows.ShadowBluetoothDevice { class
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceControllerTest.java63 import org.robolectric.shadows.ShadowBluetoothDevice;
72 ShadowBluetoothDevice.class}
513 ShadowBluetoothDevice shadowBluetoothDevice; in onPreferenceChange_toBtDevices_shouldSetSecondBtDeviceName()
DAudioOutputSwitchPreferenceControllerTest.java69 import org.robolectric.shadows.ShadowBluetoothDevice;
79 ShadowBluetoothDevice.class}
DMediaOutputPreferenceControllerTest.java74 import org.robolectric.shadows.ShadowBluetoothDevice;
84 ShadowBluetoothDevice.class}
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java37 import com.android.settings.testutils.shadow.ShadowBluetoothDevice;
59 @Config(shadows = ShadowBluetoothDevice.class)