Searched refs:TimeDetector (Results 1 – 8 of 8) sorted by relevance
18 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_CLEAR_NETWORK_TIME;20 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_CONFIRM_TIME;21 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_GET_NETWORK_TIME;22 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_GET_TIME_STATE;24 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_SERVICE_NAME;27 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_SET_TIME_STATE;28 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_SUGGEST_EXTERNAL_TIME;29 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_SUGGEST_GNSS_TIME;30 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_SUGGEST_MANUAL_TIME;31 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_SUGGEST_NETWORK_TIME;[all …]
31 public final class TimeDetectorImpl implements TimeDetector {
37 public interface TimeDetector { interface
43 import android.app.timedetector.TimeDetector;1310 registerService(Context.TIME_DETECTOR_SERVICE, TimeDetector.class, in registerService()1311 new CachedServiceFetcher<TimeDetector>() { in registerService()1313 public TimeDetector createService(ContextImpl ctx) in registerService()
1208 android.app.timedetector.TimeDetector
23989 Landroid/app/timedetector/TimeDetector;
34092 Landroid/app/timedetector/TimeDetector;