Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/media/
DCarAudioManagerPermissionTest.java21 import static android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME;
66 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setGroupVolumePermission()
73 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setGroupVolumeWithZonePermission()
80 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMaxVolumePermission()
87 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMaxVolumeWithZonePermission()
94 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMinVolumePermission()
101 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMinVolumeWithZonePermission()
108 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupVolumePermission()
115 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupVolumeWithZonePermission()
122 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setFadeTowardFrontPermission()
[all …]
DCarAudioManagerPublicPermissionTest.java19 import static android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME;
57 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in registerCarVolumeCallbackPermission()
/packages/services/Car/car-lib/src/android/car/media/
DCarAudioManager.java148 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
165 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
181 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
195 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
211 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
225 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
241 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
258 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
277 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
296 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
[all …]
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java351 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setGroupVolume()
395 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMaxVolume()
414 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMinVolume()
433 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupVolume()
606 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setFadeTowardFront()
614 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setBalanceTowardRight()
771 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getVolumeGroupCount()
784 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getVolumeGroupIdForUsage()
820 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getUsagesForVolumeGroupId()
1048 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in registerVolumeCallback()
[all …]
/packages/services/Car/car-lib/api/
Dsystem-current.txt825 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
826 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
827 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
828 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
829 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
830 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
833 …method @NonNull @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public in…
834 …method @NonNull @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public in…
835 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getVolu…
836 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getVolu…
[all …]
Dcurrent.txt34 …field public static final String PERMISSION_CAR_CONTROL_AUDIO_VOLUME = "android.car.permission.CAR…
/packages/services/Car/car-lib/api/released/
D1.txt17 …field public static final java.lang.String PERMISSION_CAR_CONTROL_AUDIO_VOLUME = "android.car.perm…
D2.txt17 …field public static final java.lang.String PERMISSION_CAR_CONTROL_AUDIO_VOLUME = "android.car.perm…
/packages/services/Car/car-lib/src/android/car/
DCar.java426 public static final String PERMISSION_CAR_CONTROL_AUDIO_VOLUME = field in Car