Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java105 private LocalTime mCustomAutoNightModeStartMilliseconds = DEFAULT_CUSTOM_NIGHT_START_TIME; field in UiModeManagerService
496 mCustomAutoNightModeStartMilliseconds = LocalTime.ofNanoOfDay( in updateNightModeFromSettingsLocked()
757 return mCustomAutoNightModeStartMilliseconds.toNanoOfDay() / 1000;
773 mCustomAutoNightModeStartMilliseconds = newTime;
846 pw.print(" customStart="); pw.print(mCustomAutoNightModeStartMilliseconds); in dumpImpl()
1023 mCustomAutoNightModeStartMilliseconds.toNanoOfDay() / 1000, user); in persistNightMode()
1114 mCustomAutoNightModeStartMilliseconds, in computeCustomNightMode()
1143 : getDateTimeAfter(mCustomAutoNightModeStartMilliseconds, now); in scheduleNextCustomTimeListener()