Home
last modified time | relevance | path

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

12

/development/tools/winscope/src/common/time/
Dtest_utils.ts22 timezone: 'Asia/Kolkata',
26 timezone: 'UTC',
43 timezone: 'UTC',
Dtimestamp_converter.ts140 this.timezoneInfo.timezone !== 'UTC'
141 ? this.addTimezoneOffset(this.timezoneInfo.timezone, utcValueNs)
313 private addTimezoneOffset(timezone: string, timestampNs: bigint): bigint {
316 timeZone: timezone,
322 // Saturday in timezone, Sunday in UTC
325 // Sunday in timezone, Saturday in UTC
344 timezone: 'UTC',
Dutc_offset.ts40 console.warn('Failed to set timezone offset greater than UTC+14:00');
44 console.warn('Failed to set timezone offset greater than UTC-12:00');
Dtimestamp_converter_test.ts40 describe('makes timestamps from ns without timezone info', () => {
103 describe('makes timestamps from ns with timezone info', () => {
167 timezone: 'Europe/London',
181 timezone: 'Europe/Zurich',
195 timezone: 'America/Los_Angeles',
209 timezone: 'Asia/Kolkata',
224 describe('makes timestamps from string without timezone info', () => {
471 describe('makes timestamps from string with timezone info', () => {
Dtime.ts30 timezone: string; property
Dtime_test.ts129 it('real timestamps without timezone info', () => {
172 it('real timestamps with timezone info', () => {
/development/tools/bugreport/src/com/android/bugreport/util/
DUtils.java21 import java.util.TimeZone;
31 public static final TimeZone UTC = TimeZone.getTimeZone("UTC");
/development/tools/winscope/src/test/fixtures/bugreports/
Dbugreport-codename_beta-UPB2.230407.019-2023-05-30-14-33-48.txt7 [persist.sys.timezone]: [Asia/Kolkata]
/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/tools/winscope/src/app/
Dtrace_file_filter.ts96 const timezoneStartIndex = fileData.indexOf('[persist.sys.timezone]');
100 const timezone = this.extractValueFromRawBugReport( constant
105 return {timezone, locale: 'en-US'};
Dtrace_file_filter_test.ts130 it('identifies timezone information from bugreport codename file', async () => {
144 timezone: 'Asia/Kolkata',
/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()
/development/samples/ApiDemos/res/layout/
Dtextclock.xml72 android:timeZone="Europe/Paris"
/development/samples/browseable/NfcProvisioning/res/layout/
Dfragment_nfc_provisioning.xml44 android:id="@+id/timezone"
/development/tools/winscope/src/parsers/screenshot/
Dparser_screenshot_test.ts60 it('does not apply timezone info', async () => {
/development/tools/winscope/src/parsers/window_manager/legacy/
Dparser_window_manager_dump_test.ts58 it('does not apply timezone info', async () => {
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger_dump_test.ts63 it('does not apply timezone info', async () => {
/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()
/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()

12