Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java309 int[] micAndCameraOps = new int[]{OP_RECORD_AUDIO, OP_PHONE_CALL_MICROPHONE, in SensorPrivacyServiceImpl() local
311 mAppOpsManager.startWatchingNoted(micAndCameraOps, this); in SensorPrivacyServiceImpl()
312 mAppOpsManager.startWatchingStarted(micAndCameraOps, this); in SensorPrivacyServiceImpl()