/frameworks/base/core/java/android/util/ |
D | TimeUtils.java | 122 for (TimeZone zone : zones) { in getTimeZonesWithUniqueOffsets() 127 if (uniqueTimeZones.get(i).getRawOffset() == zone.getRawOffset()) { in getTimeZonesWithUniqueOffsets() 135 zone.getRawOffset() + " zone.getID=" + zone.getID()); in getTimeZonesWithUniqueOffsets() 137 uniqueTimeZones.add(zone); in getTimeZonesWithUniqueOffsets()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | ResponseData.java | 258 TimeZone zone = TimeZone.getTimeZone(tz); in format() local 259 int zoneOffset = zone.getRawOffset() + zone.getDSTSavings(); in format()
|
/frameworks/base/core/java/android/app/ |
D | IAlarmManager.aidl | 36 void setTimeZone(String zone); in setTimeZone() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 2692 TimeZone zone = null; in pollStateDoneGsm() local 2704 zone = uniqueZones.get(0); in pollStateDoneGsm() 2707 " with zone.getID=" + zone.getID() + in pollStateDoneGsm() 2710 setAndBroadcastNetworkSetTimeZone(zone.getID()); in pollStateDoneGsm() 3334 TimeZone zone = null; in fixTimeZone() local 3347 zone = getNitzTimeZone(mZoneOffset, mZoneDst, mZoneTime); in fixTimeZone() 3354 zone = TimeZone.getDefault(); in fixTimeZone() 3357 long tzOffset = zone.getOffset(ctm); in fixTimeZone() 3374 zone = TimeUtils.getTimeZone(mZoneOffset, mZoneDst, mZoneTime, isoCountryCode); in fixTimeZone() 3380 if (zone != null) { in fixTimeZone() [all …]
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | drawing.jd | 89 <dt><em>Time zone change receiver</em></dt> 90 <dd>Users can adjust their time zone when they travel, and the system broadcasts this event. 92 zone changes and update the time accordingly.</dd> 132 // receiver to update the time zone 196 // allocate a Calendar to calculate local time using the UTC time and time zone 249 method, start the timer if required and register the receiver for time zone changes as follows: 260 // Update time zone in case it changed while we weren't visible. 274 method registers the receiver for time zone changes. If the device is in interactive mode, this 276 method stops the custom timer and unregisters the receiver for time zone changes.
|
D | performance.jd | 83 to get system events such as time zone changes, battery events, etc., because
|
/frameworks/base/docs/html/design/tv/ |
D | style.jd | 49 outside of a safe zone that most TVs could reliably display. Even on some of today’s HDTV flat 50 screens, areas outside that zone may not be visible.</p>
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 429 <td>The time zone for the event.</td> 433 <td>The time zone for the end time of the event.</td> 450 the local time zone. A value of 0 indicates it is a regular event that may start 516 of the system's installed time zone IDs, use {@link 521 scenario, a default time zone is supplied.</li> 789 that time zone is defined by 812 zone. 820 Calendar's time zone.</td> 829 <td>The Julian start day of the instance, relative to the Calendar's time zone. 836 Calendar's time zone. [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 974 TimeZone zone = TimeZone.getTimeZone(tz); in setTimeZoneImpl() local 980 if (current == null || !current.equals(zone.getID())) { in setTimeZoneImpl() 982 Slog.v(TAG, "timezone changed: " + current + ", new=" + zone.getID()); in setTimeZoneImpl() 985 SystemProperties.set(TIMEZONE_PROPERTY, zone.getID()); in setTimeZoneImpl() 990 int gmtOffset = zone.getOffset(System.currentTimeMillis()); in setTimeZoneImpl() 999 intent.putExtra("time-zone", zone.getID()); in setTimeZoneImpl() 2678 TimeZone zone = TimeZone.getTimeZone(SystemProperties.get(TIMEZONE_PROPERTY)); in onReceive() local 2679 int gmtOffset = zone.getOffset(System.currentTimeMillis()); in onReceive()
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 549 final Integer zone = Integer.valueOf(matcher.group(1), 10); in updateFragmentation() local 550 if (zone == null) { in updateFragmentation() 553 mPageTypeZones.add(zone); in updateFragmentation()
|
/frameworks/base/docs/html/distribute/users/ |
D | expand-to-new-markets.jd | 160 After you launch, <strong>offer support hours in the local time zone in the
|
/frameworks/base/docs/html/training/scheduling/ |
D | alarms.jd | 170 time zone/locale. The real time clock type is better suited for alarms that are dependent
|
/frameworks/base/docs/html/wear/preview/features/ |
D | complications.jd | 684 or the time in another time zone.
|
/frameworks/base/docs/html/training/cloudsave/ |
D | conflict-res.jd | 104 timestamp (remember to use a reliable clock, and be careful about time zone
|
/frameworks/base/docs/html/distribute/tools/ |
D | launch-checklist.jd | 258 Time zone support, local pricing, and so on.
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 292 permission to set the time zone is a normal permission. If an app
|