Searched refs:tzId (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/timezonedetector/ |
H A D | TimeZoneDetector.java | 141 static ManualTimeZoneSuggestion createManualTimeZoneSuggestion(String tzId, String debugInfo) { in createManualTimeZoneSuggestion() argument 142 ManualTimeZoneSuggestion suggestion = new ManualTimeZoneSuggestion(tzId); in createManualTimeZoneSuggestion()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | AlarmManagerInternal.java | 64 void setTimeZone(String tzId, @TimeZoneConfidence int confidence, String logInfo); in setTimeZone() argument
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | AlarmManagerService.java | 2220 void setTimeZoneImpl(String tzId, @TimeZoneConfidence int confidence, String logInfo) { in setTimeZoneImpl() argument 2221 if (TextUtils.isEmpty(tzId)) { in setTimeZoneImpl() 2225 TimeZone newZone = TimeZone.getTimeZone(tzId); in setTimeZoneImpl() 2233 timeZoneWasChanged = SystemTimeZone.setTimeZoneId(tzId, confidence, logInfo); in setTimeZoneImpl() 2777 public void setTimeZone(String tzId, @TimeZoneConfidence int confidence, in setTimeZone() argument 2779 setTimeZoneImpl(tzId, confidence, logInfo); in setTimeZone()
|