Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/media/
DCarAudioManagerUnitTest.java138 private CarAudioZoneConfigInfo mZoneConfigInfoMock1; field in CarAudioManagerUnitTest
902 List<CarAudioZoneConfigInfo> zoneConfigInfos = List.of(mZoneConfigInfoMock1, in getAudioZoneConfigInfos()
926 .thenReturn(mZoneConfigInfoMock1); in getCurrentAudioZoneConfigInfo()
930 .isEqualTo(mZoneConfigInfoMock1); in getCurrentAudioZoneConfigInfo()
954 mCarAudioManager.switchAudioZoneToConfig(mZoneConfigInfoMock1, DIRECT_EXECUTOR, in switchAudioZoneToConfig()
957 verify(mSwitchCallbackMock).onAudioZoneConfigSwitched(mZoneConfigInfoMock1, in switchAudioZoneToConfig()
975 mCarAudioManager.switchAudioZoneToConfig(mZoneConfigInfoMock1, /* executor= */ null, in switchAudioZoneToConfig_withNullExecutor_fails()
986 mCarAudioManager.switchAudioZoneToConfig(mZoneConfigInfoMock1, DIRECT_EXECUTOR, in switchAudioZoneToConfig_withNullCallback_fails()
999 mCarAudioManager.switchAudioZoneToConfig(mZoneConfigInfoMock1, DIRECT_EXECUTOR, in switchAudioZoneToConfig_whenServiceThrowsRemoteException()
1057 List.of(mZoneConfigInfoMock1, mZoneConfigInfoMock2), CONFIG_STATUS_CHANGED); in onAudioZoneConfigurationsChanged_onRegisteredCallback()
[all …]