Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DCameraPrivacyLightController.java218 updateLightSession(); in onOpActiveChanged()
221 private void updateLightSession() { in updateLightSession() method in CameraPrivacyLightController
223 mHandler.post(this::updateLightSession); in updateLightSession()
304 updateLightSession(); in onSensorChanged()
306 mHandler.postDelayed(CameraPrivacyLightController.this::updateLightSession, in onSensorChanged()