Searched refs:mDefaultColors (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/ |
D | CameraPrivacyLightControllerTest.java | 70 private int[] mDefaultColors = {0, 1, 2}; field in CameraPrivacyLightControllerTest 113 return prepareCameraPrivacyLightController(lights, Set.of(), true, mDefaultColors, in prepareDefaultCameraPrivacyLightController() 281 Set.of(exemptPackage), true, mDefaultColors, mDefaultAlsThresholdsLux, in testWontOpenForExemptedPackage() local 291 Set.of(), true, mDefaultColors, mDefaultAlsThresholdsLux, in testNoLightSensor() local 299 assertEquals(mDefaultColors[mDefaultColors.length - 1], lightState.getColor()); in testNoLightSensor() 325 for (int i = 0; i < mDefaultColors.length; i++) { in testAlsThresholds() 326 int expectedColor = mDefaultColors[i]; in testAlsThresholds()
|