Searched defs: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 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
|