Home
last modified time | relevance | path

Searched refs:TimeZoneConfidence (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DSystemTimeZone.java66 public @interface TimeZoneConfidence { annotation in SystemTimeZone
70 public static final @TimeZoneConfidence int TIME_ZONE_CONFIDENCE_LOW = 0;
74 public static final @TimeZoneConfidence int TIME_ZONE_CONFIDENCE_HIGH = 100;
123 @NonNull String timeZoneId, @TimeZoneConfidence int confidence, in setTimeZoneId()
159 private static boolean setTimeZoneConfidence(@TimeZoneConfidence int newConfidence) { in setTimeZoneConfidence()
174 public static @TimeZoneConfidence int getTimeZoneConfidence() { in getTimeZoneConfidence()
195 private static boolean isValidTimeZoneConfidence(@TimeZoneConfidence int confidence) { in isValidTimeZoneConfidence()
DAlarmManagerInternal.java23 import com.android.server.SystemTimeZone.TimeZoneConfidence;
64 void setTimeZone(String tzId, @TimeZoneConfidence int confidence, String logInfo); in setTimeZone()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DEnvironmentImpl.java28 import com.android.server.SystemTimeZone.TimeZoneConfidence;
53 public @TimeZoneConfidence int getDeviceTimeZoneConfidence() { in getDeviceTimeZoneConfidence()
59 @NonNull String zoneId, @TimeZoneConfidence int confidence, in setDeviceTimeZoneAndConfidence()
DTimeZoneDetectorStrategyImpl.java49 import com.android.server.SystemTimeZone.TimeZoneConfidence;
80 @TimeZoneConfidence int getDeviceTimeZoneConfidence(); in getDeviceTimeZoneConfidence()
86 @NonNull String zoneId, @TimeZoneConfidence int confidence, in setDeviceTimeZoneAndConfidence()
388 @TimeZoneConfidence int confidence = timeZoneState.getUserShouldConfirmId()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImplTest.java72 import com.android.server.SystemTimeZone.TimeZoneConfidence;
1725 void initializeTimeZoneSetting(String zoneId, @TimeZoneConfidence int timeZoneConfidence) { in initializeTimeZoneSetting()
1746 String zoneId, @TimeZoneConfidence int confidence, String logInfo) { in setDeviceTimeZoneAndConfidence()
1756 void assertTimeZoneChangedTo(String timeZoneId, @TimeZoneConfidence int confidence) { in assertTimeZoneChangedTo()
1815 String zoneId, @TimeZoneConfidence int timeZoneConfidence) { in initializeTimeZoneSetting()
1914 Script verifyTimeZoneChangedAndReset(String zoneId, @TimeZoneConfidence int confidence) { in verifyTimeZoneChangedAndReset()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java167 import com.android.server.SystemTimeZone.TimeZoneConfidence;
2114 void setTimeZoneImpl(String tzId, @TimeZoneConfidence int confidence, String logInfo) { in setTimeZoneImpl()
2626 public void setTimeZone(String tzId, @TimeZoneConfidence int confidence, in setTimeZone()