Searched refs:mCustomAutoNightModeEndMilliseconds (Results 1 – 1 of 1) sorted by relevance
138 private LocalTime mCustomAutoNightModeEndMilliseconds = DEFAULT_CUSTOM_NIGHT_END_TIME; field in UiModeManagerService611 mCustomAutoNightModeEndMilliseconds = LocalTime.ofNanoOfDay( in updateNightModeFromSettingsLocked()1022 return mCustomAutoNightModeEndMilliseconds.toNanoOfDay() / 1000;1038 mCustomAutoNightModeEndMilliseconds = newTime;1422 pw.print(" customEnd"); pw.print(mCustomAutoNightModeEndMilliseconds); in dumpImpl()1603 mCustomAutoNightModeEndMilliseconds.toNanoOfDay() / 1000, user); in persistNightMode()1697 mCustomAutoNightModeEndMilliseconds); in computeCustomNightMode()1725 ? getDateTimeAfter(mCustomAutoNightModeEndMilliseconds, now) in scheduleNextCustomTimeListener()