Searched refs:PERMISSION_CAR_DISPLAY_IN_CLUSTER (Results 1 – 3 of 3) sorted by relevance
324 if (getActivity().checkSelfPermission(android.car.Car.PERMISSION_CAR_DISPLAY_IN_CLUSTER) in onResume()326 Log.i(TAG, "Requesting: " + android.car.Car.PERMISSION_CAR_DISPLAY_IN_CLUSTER); in onResume()328 requestPermissions(new String[]{android.car.Car.PERMISSION_CAR_DISPLAY_IN_CLUSTER}, in onResume()
378 if (packageManager.checkPermission(Car.PERMISSION_CAR_DISPLAY_IN_CLUSTER, packageName) in getComponentFromPackage()381 Car.PERMISSION_CAR_DISPLAY_IN_CLUSTER)); in getComponentFromPackage()
491 public static final String PERMISSION_CAR_DISPLAY_IN_CLUSTER = field in Car