Searched refs:mDefaultAlsThresholdsLux (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/ |
D | CameraPrivacyLightControllerTest.java | 71 private int[] mDefaultAlsThresholdsLux = {10, 50}; field in CameraPrivacyLightControllerTest 114 mDefaultAlsThresholdsLux, mDefaultAlsAveragingIntervalMillis); in prepareDefaultCameraPrivacyLightController() 177 true, new int[0], mDefaultAlsThresholdsLux, mDefaultAlsAveragingIntervalMillis); in testNoInteractionsWithServicesIfNoColorsSpecified() local 281 Set.of(exemptPackage), true, mDefaultColors, mDefaultAlsThresholdsLux, in testWontOpenForExemptedPackage() local 291 Set.of(), true, mDefaultColors, mDefaultAlsThresholdsLux, in testNoLightSensor() local 328 == mDefaultAlsThresholdsLux.length in testAlsThresholds() 329 ? mDefaultAlsThresholdsLux[i - 1] : mDefaultAlsThresholdsLux[i] - 1; in testAlsThresholds()
|