Searched refs:thresholdsLux (Results 1 – 1 of 1) sorted by relevance
123 int[] thresholdsLux = mContext.getResources().getIntArray( in CameraPrivacyLightController() local125 if (thresholdsLux.length != mColors.length - 1) { in CameraPrivacyLightController()127 + " Found " + mColors.length + " colors and " + thresholdsLux.length in CameraPrivacyLightController()130 mThresholds = new long[thresholdsLux.length]; in CameraPrivacyLightController()131 for (int i = 0; i < thresholdsLux.length; i++) { in CameraPrivacyLightController()132 int luxValue = thresholdsLux[i]; in CameraPrivacyLightController()