Searched refs:CameraPrivacyLightController (Results 1 – 4 of 4) sorted by relevance
107 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()
51 class CameraPrivacyLightController implements AppOpsManager.OnOpActiveChangedListener, class93 CameraPrivacyLightController(Context context) { in CameraPrivacyLightController() method in CameraPrivacyLightController98 CameraPrivacyLightController(Context context, Looper looper) { in CameraPrivacyLightController() method in CameraPrivacyLightController306 mHandler.postDelayed(CameraPrivacyLightController.this::updateLightSession, in onSensorChanged()
190 private CameraPrivacyLightController mCameraPrivacyLightController;237 mCameraPrivacyLightController = new CameraPrivacyLightController(mContext); in onBootPhase()
22582 PLcom/android/server/sensorprivacy/CameraPrivacyLightController;-><clinit>()V22583 PLcom/android/server/sensorprivacy/CameraPrivacyLightController;-><init>(Landroid/content/Context;)V22584 PLcom/android/server/sensorprivacy/CameraPrivacyLightController;-><init>(Landroid/content/Context;L…