Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/display/
DNightDisplaySettings.java45 private static final int DIALOG_START_TIME = 0; field in NightDisplaySettings
84 showDialog(DIALOG_START_TIME); in onPreferenceTreeClick()
92 if (dialogId == DIALOG_START_TIME || dialogId == DIALOG_END_TIME) { in onCreateDialog()
94 if (dialogId == DIALOG_START_TIME) { in onCreateDialog()
104 if (dialogId == DIALOG_START_TIME) { in onCreateDialog()
117 case DIALOG_START_TIME: in getDialogMetricsCategory()
/packages/apps/Settings/src/com/android/settings/display/darkmode/
DDarkModeSettingsFragment.java47 private static final int DIALOG_START_TIME = 0; field in DarkModeSettingsFragment
94 showDialog(DIALOG_START_TIME); in onPreferenceTreeClick()
106 if (dialogId == DIALOG_START_TIME || dialogId == DIALOG_END_TIME) { in onCreateDialog()
107 if (dialogId == DIALOG_START_TIME) { in onCreateDialog()
139 case DIALOG_START_TIME: in getDialogMetricsCategory()
/packages/apps/Settings/tests/componenttests/src/com/android/settings/display/darkmode/
DDarkThemeScheduleComponentTest.java52 private static final int DIALOG_START_TIME = 0; field in DarkThemeScheduleComponentTest
84 setCustomTime(fragment, DIALOG_START_TIME, LocalTime.now().plusMinutes(startTimeDiff)); in test_step_for_custom_time()
124 Log.d(TAG, "Start to set custom time " + (dialogId == DIALOG_START_TIME ? "StartTime" in setCustomTime()