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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
HandsFreeProfileOutputPreferenceControllerTest.java 312 List<BluetoothDevice> emptyDeviceList = new ArrayList<>();
313 when(mHeadsetProfile.getConnectedDevices()).thenReturn(emptyDeviceList);
MediaOutputPreferenceControllerTest.java 265 List<BluetoothDevice> emptyDeviceList = new ArrayList<>();
266 when(mA2dpProfile.getConnectedDevices()).thenReturn(emptyDeviceList);

Completed in 141 milliseconds