Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/cluster/
DClusterHomeManager.java120 @RequiresPermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL)
141 @RequiresPermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL)
193 @RequiresPermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL)
206 @RequiresPermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL)
218 @RequiresPermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL)
242 @RequiresPermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL)
259 @RequiresPermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL)
/packages/services/Car/service/src/com/android/car/cluster/
DClusterHomeService.java276 enforcePermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL); in reportState()
286 enforcePermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL); in requestDisplay()
295 enforcePermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL); in startFixedActivityModeAsUser()
311 enforcePermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL); in stopFixedActivityMode()
323 enforcePermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL); in registerCallback()
331 enforcePermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL); in unregisterCallback()
340 enforcePermission(Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL); in getClusterState()
/packages/services/Car/car-lib/src/android/car/
DCar.java482 public static final String PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL = field in Car
/packages/services/Car/service/src/com/android/car/
DICarImpl.java662 assertPermission(context, Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL); in assertClusterManagerPermission()
/packages/services/Car/car-lib/api/
Dsystem-current.txt43 …field public static final String PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL = "android.car.permissi…