Home
last modified time | relevance | path

Searched defs:sensorPrivacyManager (Results 1 – 16 of 16) sorted by relevance

/packages/apps/SystemUIGo/src/com/android/systemui/go/
DSystemUIGoModule.java121 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController()
130 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCameraPrivacyChipViewController.java40 SensorPrivacyManager sensorPrivacyManager) { in CameraPrivacyChipViewController()
DMicPrivacyChipViewController.java40 SensorPrivacyManager sensorPrivacyManager) { in MicPrivacyChipViewController()
DPrivacyChipViewController.java119 SensorPrivacyManager sensorPrivacyManager) { in PrivacyChipViewController()
/packages/apps/Car/SystemUI/src/com/android/systemui/
DCarSystemUIModule.java172 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController()
181 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController()
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ui/
DSafetyCenterQsActivityTest.kt60 private val sensorPrivacyManager = context.getSystemService(SensorPrivacyManager::class.java)!! constant in android.safetycenter.functional.ui.SafetyCenterQsActivityTest
/packages/apps/Car/Settings/src/com/android/car/settings/privacy/
DCameraTogglePreferenceController.java46 SensorPrivacyManager sensorPrivacyManager) { in CameraTogglePreferenceController()
DMicTogglePreferenceController.java45 SensorPrivacyManager sensorPrivacyManager) { in MicTogglePreferenceController()
DManageMicPermissionsPreferenceController.java70 SensorPrivacyManager sensorPrivacyManager, UserManager userManager) { in ManageMicPermissionsPreferenceController()
DMicrophoneRecentAccessesPreferenceController.java64 SensorPrivacyManager sensorPrivacyManager) { in MicrophoneRecentAccessesPreferenceController()
DCameraRecentAccessesPreferenceController.java64 SensorPrivacyManager sensorPrivacyManager) { in CameraRecentAccessesPreferenceController()
DManageCameraPermissionsPreferenceController.java70 SensorPrivacyManager sensorPrivacyManager, UserManager userManager) { in ManageCameraPermissionsPreferenceController()
/packages/apps/Settings/src/com/android/settings/utils/
DSensorPrivacyManagerHelper.kt34 private val sensorPrivacyManager: SensorPrivacyManager in <lambda>() constant
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
DPermissionAppsViewModel.kt119 val sensorPrivacyManager = app.getSystemService(SensorPrivacyManager::class.java)!! in <lambda>() constant in com.android.permissioncontroller.permission.ui.model.PermissionAppsViewModel.SensorStatusLiveData
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/model/
DPrivacyControlsViewModel.kt44 private val sensorPrivacyManager: SensorPrivacyManager = constant in com.android.permissioncontroller.safetycenter.ui.model.PrivacyControlsViewModel
DSafetyCenterQsViewModel.kt64 private val sensorPrivacyManager: SensorPrivacyManager = constant