Searched refs:EARLIEST_LIGHT_PULSE_AFTER_START_MS (Results 1 – 1 of 1) sorted by relevance
68 private static final int EARLIEST_LIGHT_PULSE_AFTER_START_MS = 10 * 1000; field in DozeService177 mEarliestPulseDueToLight = System.currentTimeMillis() + EARLIEST_LIGHT_PULSE_AFTER_START_MS; in onDreamingStarted()