Searched refs:timeDetector (Results 1 – 5 of 5) sorted by relevance
138 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()
126 TimeDetector timeDetector = mContext.getSystemService(TimeDetector.class); in setTime() local129 boolean success = timeDetector.suggestManualTime(manualTimeSuggestion); in setTime()
138 TimeDetector timeDetector = mContext.getSystemService(TimeDetector.class); in setDate() local141 boolean success = timeDetector.suggestManualTime(manualTimeSuggestion); in setDate()
65 TimeDetector timeDetector = getContext().getSystemService(TimeDetector.class); in onStop() local68 boolean success = timeDetector.suggestManualTime(manualTimeSuggestion); in onStop()
64 TimeDetector timeDetector = getContext().getSystemService(TimeDetector.class); in onStop() local67 boolean success = timeDetector.suggestManualTime(manualTimeSuggestion); in onStop()