Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
H A DAudioOutputSwitchPreferenceControllerTest.java118 private List<BluetoothDevice> mEmptyDevices; field in AudioOutputSwitchPreferenceControllerTest
157 mEmptyDevices = new ArrayList<>(2); in setUp()
326 mEmptyDevices.clear(); in getConnectedHearingAidDevices_deviceHisyncIdIsDifferent_shouldAddBothToList()
334 mEmptyDevices.addAll(mController.getConnectedHearingAidDevices()); in getConnectedHearingAidDevices_deviceHisyncIdIsDifferent_shouldAddBothToList()
336 assertThat(mEmptyDevices).containsExactly(mLeftBluetoothHapDevice, in getConnectedHearingAidDevices_deviceHisyncIdIsDifferent_shouldAddBothToList()
346 mEmptyDevices.clear(); in getConnectedHearingAidDevices_deviceHisyncIdIsSame_shouldAddOneToList()
365 mEmptyDevices.clear(); in getConnectedHfpDevices_oneConnectedHfpDevice_shouldAddDeviceToList()
370 mEmptyDevices.addAll(mController.getConnectedHfpDevices()); in getConnectedHfpDevices_oneConnectedHfpDevice_shouldAddDeviceToList()
372 assertThat(mEmptyDevices).containsExactly(mBluetoothDevice); in getConnectedHfpDevices_oneConnectedHfpDevice_shouldAddDeviceToList()
381 mEmptyDevices.clear(); in getConnectedHfpDevices_moreThanOneConnectedHfpDevice_shouldAddDeviceToList()
[all …]