Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/media/
DICarAudio.aidl73 boolean isPlaybackOnVolumeGroupActive(int volumeGroupId, int audioZoneId); in isPlaybackOnVolumeGroupActive() method
DCarAudioManager.java891 public boolean isPlaybackOnVolumeGroupActive(int zoneId, int groupId) { in isPlaybackOnVolumeGroupActive() method in CarAudioManager
893 return mService.isPlaybackOnVolumeGroupActive(zoneId, groupId); in isPlaybackOnVolumeGroupActive()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarAudioService.java275 public boolean isPlaybackOnVolumeGroupActive(int volumeGroupId, int audioZoneId) { in isPlaybackOnVolumeGroupActive() method in FakeCarAudioService
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/sound/
DVolumeSettingsPreferenceControllerTest.java199 when(mCarAudioManager.isPlaybackOnVolumeGroupActive(ZONE_ID, TEST_PRIMARY_ZONE_GROUP_0)) in setUp()
302 when(mCarAudioManager.isPlaybackOnVolumeGroupActive(ZONE_ID, TEST_PRIMARY_ZONE_GROUP_0)) in testOnPreferenceChange_dynamicAudio_playbackActive_ringtoneDoesNotPlay()
317 when(mCarAudioManager.isPlaybackOnVolumeGroupActive(ZONE_ID, TEST_PRIMARY_ZONE_GROUP_0)) in testOnPreferenceChange_dynamicAudio_playbackNotActive_ringtonePlays()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/media/
DCarAudioManagerUnitTest.java512 public void isPlaybackOnVolumeGroupActive() throws Exception { in isPlaybackOnVolumeGroupActive() method in CarAudioManagerUnitTest
513 when(mServiceMock.isPlaybackOnVolumeGroupActive(TEST_REAR_RIGHT_ZONE_ID, in isPlaybackOnVolumeGroupActive()
517 TEST_VOLUME_GROUP_ID).that(mCarAudioManager.isPlaybackOnVolumeGroupActive( in isPlaybackOnVolumeGroupActive()
524 doThrow(mRemoteException).when(mServiceMock).isPlaybackOnVolumeGroupActive( in isPlaybackOnVolumeGroupActive_withServiceRemoteException_returnsFalse()
529 .isPlaybackOnVolumeGroupActive(TEST_REAR_RIGHT_ZONE_ID, TEST_VOLUME_GROUP_ID)) in isPlaybackOnVolumeGroupActive_withServiceRemoteException_returnsFalse()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/media/
DCarAudioManagerTest.java297 mCarAudioManager.isPlaybackOnVolumeGroupActive(PRIMARY_AUDIO_ZONE, in test_isPlaybackOnVolumeGroupActive()
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
DVolumeSettingsPreferenceController.java234 || !carAudioManager.isPlaybackOnVolumeGroupActive(zoneId, volumeGroupId))) { in createVolumeSeekBarPreference()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java969 if (!runInLegacyMode() && !isPlaybackOnVolumeGroupActive(zoneId, groupId)) { in setGroupVolume()
1035 if (!runInLegacyMode() && !isPlaybackOnVolumeGroupActive(zoneId, groupId)) { in callbackGroupVolumeChange()
2556 public boolean isPlaybackOnVolumeGroupActive(int zoneId, int groupId) {
4100 if (!runInLegacyMode() && !isPlaybackOnVolumeGroupActive(zoneId, group.getId())) {
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt277 method TIRAMISU_0 boolean isPlaybackOnVolumeGroupActive(int zoneId, int groupId);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1700 …d.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public boolean isPlaybackOnVolumeGroupActive(int, i…
/packages/services/Car/car-lib/api/
Dsystem-current.txt1700 …d.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public boolean isPlaybackOnVolumeGroupActive(int, i…
Dtest-current.txt1775 …d.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public boolean isPlaybackOnVolumeGroupActive(int, i…
Dsystem-lint-baseline.txt3314 UnflaggedApi: android.car.media.CarAudioManager#isPlaybackOnVolumeGroupActive(int, int):
3315 …ed with @FlaggedApi: method android.car.media.CarAudioManager.isPlaybackOnVolumeGroupActive(int,in…