Home
last modified time | relevance | path

Searched refs:PERMISSION_CAR_CONTROL_AUDIO_VOLUME (Results 1 – 10 of 10) 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.java198 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
215 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
231 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
245 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
261 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
275 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
291 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
308 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
327 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
346 @RequiresPermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME)
[all …]
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java411 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setGroupVolume()
475 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMaxVolume()
494 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMinVolume()
513 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupVolume()
705 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setFadeTowardFront()
713 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setBalanceTowardRight()
870 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getVolumeGroupCount()
881 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getVolumeGroupIdForUsage()
915 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getUsagesForVolumeGroupId()
938 enforcePermission(Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in isPlaybackOnVolumeGroupActive()
[all …]
/packages/services/Car/car-lib/api/
Dsystem-current.txt993 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
994 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
995 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
996 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
997 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
998 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getGrou…
1001 …method @NonNull @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public in…
1002 …method @NonNull @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public in…
1003 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME) public int getVolu…
1004 …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/service/src/com/android/car/
DCarShellCommand.java18 import static android.car.Car.PERMISSION_CAR_CONTROL_AUDIO_VOLUME;
259 PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in USER_BUILD_COMMAND_TO_PERMISSION_MAP.put() argument
261 PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in USER_BUILD_COMMAND_TO_PERMISSION_MAP.put() argument
263 PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in USER_BUILD_COMMAND_TO_PERMISSION_MAP.put() argument
/packages/services/Car/car-lib/src/android/car/
DCar.java451 public static final String PERMISSION_CAR_CONTROL_AUDIO_VOLUME = field in Car
/packages/services/Car/car-lib/api/released/
D2.txt17 …field public static final java.lang.String PERMISSION_CAR_CONTROL_AUDIO_VOLUME = "android.car.perm…
D1.txt17 …field public static final java.lang.String PERMISSION_CAR_CONTROL_AUDIO_VOLUME = "android.car.perm…