Searched refs:getCustomNightModeEnd (Results 1 – 8 of 8) sorted by relevance
75 initialTime = mUiModeManager.getCustomNightModeEnd(); in getDialog()101 time = mUiModeManager.getCustomNightModeEnd(); in refreshSummary()
85 ? mUiModeManager.getCustomNightModeEnd() in updateSummary()
80 ? mUiModeManager.getCustomNightModeEnd() in getSummary()
101 long getCustomNightModeEnd(); in getCustomNightModeEnd() method
660 public LocalTime getCustomNightModeEnd() { in getCustomNightModeEnd() method in UiModeManager663 return LocalTime.ofNanoOfDay(mService.getCustomNightModeEnd() * 1000); in getCustomNightModeEnd()
135 time = mUiModeManager.getCustomNightModeEnd(); in handleUpdateState()
882 public long getCustomNightModeEnd() {1911 mInterface.getCustomNightModeEnd()).toString()); in printCustomTime()
6804 method @NonNull public java.time.LocalTime getCustomNightModeEnd();