Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/
DCameraPrivacyLightControllerTest.java321 CameraPrivacyLightController cplc = prepareDefaultCameraPrivacyLightController(); in testAlsThresholds() local
323 cplc.setElapsedRealTime(0); in testAlsThresholds()
331 notifySensorEvent(cplc, elapsedTime, alsLuxValue); in testAlsThresholds()
333 notifySensorEvent(cplc, elapsedTime, alsLuxValue); in testAlsThresholds()
347 private void notifySensorEvent(CameraPrivacyLightController cplc, long timestamp, int value) { in notifySensorEvent() argument
348 cplc.setElapsedRealTime(timestamp); in notifySensorEvent()