Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/
DCameraPrivacyLightControllerTest.java107 public CameraPrivacyLightController prepareDefaultCameraPrivacyLightController() { in prepareDefaultCameraPrivacyLightController()
111 public CameraPrivacyLightController prepareDefaultCameraPrivacyLightController( in prepareDefaultCameraPrivacyLightController()
117 public CameraPrivacyLightController prepareCameraPrivacyLightController(List<Light> lights, in prepareCameraPrivacyLightController()
157 return new CameraPrivacyLightController(context, looper); in prepareCameraPrivacyLightController()
321 CameraPrivacyLightController cplc = prepareDefaultCameraPrivacyLightController(); in testAlsThresholds()
347 private void notifySensorEvent(CameraPrivacyLightController cplc, long timestamp, int value) { in notifySensorEvent()
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DCameraPrivacyLightController.java51 class CameraPrivacyLightController implements AppOpsManager.OnOpActiveChangedListener, class
93 CameraPrivacyLightController(Context context) { in CameraPrivacyLightController() method in CameraPrivacyLightController
98 CameraPrivacyLightController(Context context, Looper looper) { in CameraPrivacyLightController() method in CameraPrivacyLightController
306 mHandler.postDelayed(CameraPrivacyLightController.this::updateLightSession, in onSensorChanged()
DSensorPrivacyService.java190 private CameraPrivacyLightController mCameraPrivacyLightController;
237 mCameraPrivacyLightController = new CameraPrivacyLightController(mContext); in onBootPhase()
/frameworks/base/services/
Dart-wear-profile22582 PLcom/android/server/sensorprivacy/CameraPrivacyLightController;-><clinit>()V
22583 PLcom/android/server/sensorprivacy/CameraPrivacyLightController;-><init>(Landroid/content/Context;)V
22584 PLcom/android/server/sensorprivacy/CameraPrivacyLightController;-><init>(Landroid/content/Context;L…