Searched refs:fromBoot (Results 1 – 1 of 1) sorted by relevance
64 public void refreshJob(final boolean fromBoot) { in refreshJob() argument78 final long triggerAtMillis = getTriggerAtMillis(currentTimeMillis, fromBoot); in refreshJob()86 String.format("triggerTime=%s, fromBoot=%b", timeForLogging, fromBoot)); in refreshJob()100 static long getTriggerAtMillis(final long currentTimeMillis, final boolean fromBoot) { in getTriggerAtMillis() argument107 && fromBoot in getTriggerAtMillis()