| /development/tools/winscope/src/common/time/ |
| D | test_utils.ts | 22 timezone: 'Asia/Kolkata', 26 timezone: 'UTC', 43 timezone: 'UTC',
|
| D | timestamp_converter.ts | 140 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',
|
| D | utc_offset.ts | 40 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');
|
| D | timestamp_converter_test.ts | 40 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', () => {
|
| D | time.ts | 30 timezone: string; property
|
| D | time_test.ts | 129 it('real timestamps without timezone info', () => { 172 it('real timestamps with timezone info', () => {
|
| /development/tools/bugreport/src/com/android/bugreport/util/ |
| D | Utils.java | 21 import java.util.TimeZone; 31 public static final TimeZone UTC = TimeZone.getTimeZone("UTC");
|
| /development/tools/winscope/src/test/fixtures/bugreports/ |
| D | bugreport-codename_beta-UPB2.230407.019-2023-05-30-14-33-48.txt | 7 [persist.sys.timezone]: [Asia/Kolkata]
|
| /development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
| D | cron.yaml | 24 timezone: America/Los_Angeles
|
| /development/samples/browseable/NfcProvisioning/res/values/ |
| D | strings.xml | 23 <string name="hint_timezone">Timezone</string>
|
| /development/tools/winscope/src/app/ |
| D | trace_file_filter.ts | 96 const timezoneStartIndex = fileData.indexOf('[persist.sys.timezone]'); 100 const timezone = this.extractValueFromRawBugReport( constant 105 return {timezone, locale: 'en-US'};
|
| D | trace_file_filter_test.ts | 130 it('identifies timezone information from bugreport codename file', async () => { 144 timezone: 'Asia/Kolkata',
|
| /development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
| D | NfcProvisioningFragment.java | 78 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()
|
| D | ProvisioningValuesLoader.java | 39 import java.util.TimeZone; 168 TimeZone.getDefault().getID()); in loadSystemValues()
|
| /development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
| D | ExampleBroadcastReceiver.java | 38 // For our example, we'll also update all of the widgets when the timezone in onReceive()
|
| /development/samples/ApiDemos/res/layout/ |
| D | textclock.xml | 72 android:timeZone="Europe/Paris"
|
| /development/samples/browseable/NfcProvisioning/res/layout/ |
| D | fragment_nfc_provisioning.xml | 44 android:id="@+id/timezone"
|
| /development/tools/winscope/src/parsers/screenshot/ |
| D | parser_screenshot_test.ts | 60 it('does not apply timezone info', async () => {
|
| /development/tools/winscope/src/parsers/window_manager/legacy/ |
| D | parser_window_manager_dump_test.ts | 58 it('does not apply timezone info', async () => {
|
| /development/tools/winscope/src/parsers/surface_flinger/legacy/ |
| D | parser_surface_flinger_dump_test.ts | 63 it('does not apply timezone info', async () => {
|
| /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
| D | SweepWatchFaceService.java | 40 import java.util.TimeZone; 102 mCalendar.setTimeZone(TimeZone.getDefault()); 423 mCalendar.setTimeZone(TimeZone.getDefault()); in onVisibilityChanged()
|
| D | FitDistanceWatchFaceService.java | 55 import java.util.TimeZone; 136 mCalendar.setTimeZone(TimeZone.getDefault()); 255 mCalendar.setTimeZone(TimeZone.getDefault()); in onVisibilityChanged()
|
| D | AnalogWatchFaceService.java | 42 import java.util.TimeZone; 111 mCalendar.setTimeZone(TimeZone.getDefault()); 453 mCalendar.setTimeZone(TimeZone.getDefault()); in onVisibilityChanged()
|
| D | FitStepsWatchFaceService.java | 53 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/ |
| D | RepeatingAlarmFragment.java | 71 // timezone/locale. RTC is better suited for alarms that should be dependant on current in onOptionsItemSelected()
|