Home
last modified time | relevance | path

Searched refs:timeForLogging (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DPeriodicJobManager.java82 final String timeForLogging = ConvertUtils.utcToLocalTimeForLogging(triggerAtMillis); in refreshJob() local
86 String.format("triggerTime=%s, fromBoot=%b", timeForLogging, fromBoot)); in refreshJob()
87 Log.d(TAG, "schedule next alarm job at " + timeForLogging); in refreshJob()