Searched defs:zoneId (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTimeServiceHelper.java141 * @param zoneId timezone set by carrier
143 public void setDeviceTimeZone(String zoneId) { argument
144 setDeviceTimeZoneStatic(mContext, zoneId);
185 static void setDeviceTimeZoneStatic(Context context, String zoneId) { argument
187 alarmManager.setTimeZone(zoneId);
190 intent.putExtra("time-zone", zoneId);
H A DTimeZoneLookupHelper.java39 public final String zoneId; field in class:TimeZoneLookupHelper.OffsetResult
44 public OffsetResult(String zoneId, boolean isOnlyMatch) { argument
45 this.zoneId = zoneId;
63 return zoneId.equals(result.zoneId);
68 int result = zoneId.hashCode();
76 + "zoneId='" + zoneId + '\''
88 public final String zoneId; field in class:TimeZoneLookupHelper.CountryResult
98 CountryResult(String zoneId, boolean allZonesHaveSameOffset, long whenMillis) argument
[all...]
H A DNitzStateMachine.java220 String zoneId;
233 zoneId = lookupResult != null ? lookupResult.zoneId : null;
235 zoneId = null;
261 zoneId = zone.getID();
313 zoneId = lookupResult != null ? lookupResult.zoneId : null;
321 + " zoneId=" + zoneId;
324 if (zoneId !
539 setAndBroadcastNetworkSetTimeZone(String zoneId) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DNitzStateMachineTest.java641 String zoneId, String countryIsoCode) {
645 mZone = TimeZone.getTimeZone(zoneId);
708 Builder setTimeZone(String zoneId) { argument
709 mZoneId = zoneId;
640 Scenario(long initialDeviceSystemClock, long elapsedRealtime, long timeMillis, String zoneId, String countryIsoCode) argument

Completed in 67 milliseconds