Home
last modified time | relevance | path

Searched refs:mCameraPrivacyAllowlist (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/privacy/
DCameraRequiredAppsPreferenceController.java50 private List<String> mCameraPrivacyAllowlist; field in CameraRequiredAppsPreferenceController
65 mCameraPrivacyAllowlist = mSensorPrivacyManager.getCameraPrivacyAllowlist(); in CameraRequiredAppsPreferenceController()
75 boolean hasRequiredApps = !mCameraPrivacyAllowlist.isEmpty(); in getDefaultAvailabilityStatus()
89 for (String app : mCameraPrivacyAllowlist) { in loadCameraRequiredAppsWithCameraPermission()
DCameraInfotainmentAppsPreferenceController.java47 private List<String> mCameraPrivacyAllowlist; field in CameraInfotainmentAppsPreferenceController
61 mCameraPrivacyAllowlist = sensorPrivacyManager.getCameraPrivacyAllowlist(); in CameraInfotainmentAppsPreferenceController()
88 if (mCameraPrivacyAllowlist.contains(packageInfo.packageName)) { in loadInfotainmentAppsWithCameraPermission()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
DAutoAppPermissionFragment.java117 private List<String> mCameraPrivacyAllowlist; field in AutoAppPermissionFragment
177 mCameraPrivacyAllowlist = mSensorPrivacyManager.getCameraPrivacyAllowlist(); in onCreate()
317 isRequiredApp = mCameraPrivacyAllowlist.contains(mPackageName); in setSensorStatus()