Searched refs:mCustomAutoNightModeEndMilliseconds (Results 1 – 1 of 1) sorted by relevance
163 private LocalTime mCustomAutoNightModeEndMilliseconds = DEFAULT_CUSTOM_NIGHT_END_TIME; field in UiModeManagerService641 mCustomAutoNightModeEndMilliseconds = LocalTime.ofNanoOfDay( in updateNightModeFromSettingsLocked()1085 return mCustomAutoNightModeEndMilliseconds.toNanoOfDay() / 1000; in getCustomNightModeEnd()1103 mCustomAutoNightModeEndMilliseconds = newTime; in setCustomNightModeEnd()1518 pw.print(" customEnd"); pw.print(mCustomAutoNightModeEndMilliseconds); in dumpImpl()1699 mCustomAutoNightModeEndMilliseconds.toNanoOfDay() / 1000, user); in persistNightMode()1793 mCustomAutoNightModeEndMilliseconds); in computeCustomNightMode()1822 ? getDateTimeAfter(mCustomAutoNightModeEndMilliseconds, now) in scheduleNextCustomTimeListener()