Searched refs:getCurrentIntervalMillis (Results 1 – 1 of 1) sorted by relevance
162 mAmbientLightValues.add(new Pair<>(time - getCurrentIntervalMillis() - 1, value)); in addElement()175 if (element1.first > time - getCurrentIntervalMillis()) { in removeObsoleteData()197 return mAlvSum - Math.max(0, time - getCurrentIntervalMillis() - firstElement.first) in getLiveAmbientLightTotal()267 long currentInterval = getCurrentIntervalMillis(); in computeCurrentLightColor()313 private long getCurrentIntervalMillis() { in getCurrentIntervalMillis() method in CameraPrivacyLightController