Home
last modified time | relevance | path

Searched full:timezone (Results 1 – 25 of 25) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/util/
DUtils.java21 import java.util.TimeZone;
31 public static final TimeZone UTC = TimeZone.getTimeZone("UTC");
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dcron.yaml24 timezone: America/Los_Angeles
/development/samples/browseable/NfcProvisioning/res/values/
Dstrings.xml23 <string name="hint_timezone">Timezone</string>
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DNfcProvisioningFragment.java78 mEditTimezone = (EditText) view.findViewById(R.id.timezone); in onViewCreated()
85 mEditTimezone.addTextChangedListener(new TextWatcherWrapper(R.id.timezone, this)); in onViewCreated()
156 case R.id.timezone: in onTextChanged()
DProvisioningValuesLoader.java39 import java.util.TimeZone;
168 TimeZone.getDefault().getID()); in loadSystemValues()
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
DExampleBroadcastReceiver.java38 // For our example, we'll also update all of the widgets when the timezone in onReceive()
DExampleAppWidgetProvider.java35 * register a BroadcastReceiver for time-changed and timezone-changed broadcasts, and
/development/samples/browseable/NfcProvisioning/res/layout/
Dfragment_nfc_provisioning.xml44 android:id="@+id/timezone"
/development/samples/ApiDemos/res/layout/
Dtextclock.xml72 android:timeZone="Europe/Paris"
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DSweepWatchFaceService.java40 import java.util.TimeZone;
102 mCalendar.setTimeZone(TimeZone.getDefault());
423 mCalendar.setTimeZone(TimeZone.getDefault()); in onVisibilityChanged()
DFitDistanceWatchFaceService.java55 import java.util.TimeZone;
136 mCalendar.setTimeZone(TimeZone.getDefault());
255 mCalendar.setTimeZone(TimeZone.getDefault()); in onVisibilityChanged()
DAnalogWatchFaceService.java42 import java.util.TimeZone;
111 mCalendar.setTimeZone(TimeZone.getDefault());
453 mCalendar.setTimeZone(TimeZone.getDefault()); in onVisibilityChanged()
DFitStepsWatchFaceService.java53 import java.util.TimeZone;
132 mCalendar.setTimeZone(TimeZone.getDefault());
253 mCalendar.setTimeZone(TimeZone.getDefault()); in onVisibilityChanged()
DOpenGLWatchFaceService.java32 import java.util.TimeZone;
121 mCalendar.setTimeZone(TimeZone.getDefault());
384 mCalendar.setTimeZone(TimeZone.getDefault()); in onVisibilityChanged()
DDigitalWatchFaceService.java54 import java.util.TimeZone;
136 mCalendar.setTimeZone(TimeZone.getDefault());
250 mCalendar.setTimeZone(TimeZone.getDefault()); in onVisibilityChanged()
DComplicationSimpleWatchFaceService.java50 import java.util.TimeZone;
148 mCalendar.setTimeZone(TimeZone.getDefault());
717 mCalendar.setTimeZone(TimeZone.getDefault()); in onVisibilityChanged()
/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
DRepeatingAlarmFragment.java71 // timezone/locale. RTC is better suited for alarms that should be dependant on current in onOptionsItemSelected()
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DBugreportParser.java31 import java.util.TimeZone;
/development/build/
Dsdk.atree232 # timezone data for layoutlib
233 system/timezone/output_data/iana/tzdata platforms/${PLATFORM_NAME}/data/tzdata
/development/tools/repo_diff/service/repodiff/interactors/testdata/
Dupstream_manifest.xml618 <project groups="pdk" name="platform/system/timezone" path="system/timezone"/>
Dcommon_manifest.xml611 …<project groups="pdk" name="platform/system/timezone" path="system/timezone" revision="a5614941dcd…
Ddownstream_manifest.xml597 <project groups="pdk" name="platform/system/timezone" path="system/timezone" />
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dmanifest.xml597 <project groups="pdk" name="platform/system/timezone" path="system/timezone" />
Dproject.csv400 2018/03/02,platform/system/timezone,,Downstream Only Projects,0,0,0,0,0
/development/sdk/
Dapi-versions.xml1392 <field name="timeZone" since="17" />
16264 <method name="getTimeZone()Landroid/icu/util/TimeZone;" />
16276 <method name="setTimeZone(Landroid/icu/util/TimeZone;)V" />
16471 <method name="getTimeZone()Landroid/icu/util/TimeZone;" />
16473 <method name="setTimeZone(Landroid/icu/util/TimeZone;)V" />
17367 …<method name="format(Landroid/icu/text/TimeZoneFormat$Style;Landroid/icu/util/TimeZone;J)Ljava/lan…
17368 …<method name="format(Landroid/icu/text/TimeZoneFormat$Style;Landroid/icu/util/TimeZone;JLandroid/i…
17382 …java/lang/String;Ljava/text/ParsePosition;Landroid/icu/util/Output;)Landroid/icu/util/TimeZone;" />
17383 …ava/text/ParsePosition;Ljava/util/EnumSet;Landroid/icu/util/Output;)Landroid/icu/util/TimeZone;" />
17384 <method name="parse(Ljava/lang/String;)Landroid/icu/util/TimeZone;" />
[all …]