Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLeanbackPickerDialogFragment.java138 TimeDetector timeDetector = getContext().getSystemService(TimeDetector.class); in onCreateView()
141 timeDetector.suggestManualTime(manualTimeSuggestion); in onCreateView()
166 TimeDetector timeDetector = getContext().getSystemService(TimeDetector.class); in onCreateView()
169 timeDetector.suggestManualTime(manualTimeSuggestion); in onCreateView()
/packages/apps/Settings/src/com/android/settings/datetime/
DTimePreferenceController.java126 TimeDetector timeDetector = mContext.getSystemService(TimeDetector.class); in setTime() local
129 boolean success = timeDetector.suggestManualTime(manualTimeSuggestion); in setTime()
DDatePreferenceController.java138 TimeDetector timeDetector = mContext.getSystemService(TimeDetector.class); in setDate() local
141 boolean success = timeDetector.suggestManualTime(manualTimeSuggestion); in setDate()
/packages/apps/Car/Settings/src/com/android/car/settings/datetime/
DTimePickerFragment.java65 TimeDetector timeDetector = getContext().getSystemService(TimeDetector.class); in onStop() local
68 boolean success = timeDetector.suggestManualTime(manualTimeSuggestion); in onStop()
DDatePickerFragment.java64 TimeDetector timeDetector = getContext().getSystemService(TimeDetector.class); in onStop() local
67 boolean success = timeDetector.suggestManualTime(manualTimeSuggestion); in onStop()