HomeSort by relevance Sort by last modified time
    Searched refs:timezone (Results 1 - 25 of 607) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/timezone/
ICallback.aidl 17 package android.app.timezone;
20 * Callback interface for a timezone updater to receive information about the success or failure of
IRulesManager.aidl 17 package android.app.timezone;
19 import android.app.timezone.ICallback;
20 import android.app.timezone.RulesState;
24 * Interface to the TimeZone Rules Manager Service.
27 * {@link android.app.timezone.RulesManager} class rather than going through this
28 * Binder interface directly. See {@link android.app.timezone.RulesManager} for more complete
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
35-2-buildonly.c 8 Test that timezone is declared.
17 dummy = timezone;
  /frameworks/base/services/core/java/com/android/server/timezone/
RulesManagerIntentHelper.java 17 package com.android.server.timezone;
ConfigHelper.java 17 package com.android.server.timezone;
PackageTrackerIntentHelper.java 17 package com.android.server.timezone;
PermissionHelper.java 17 package com.android.server.timezone;
  /packages/apps/Settings/src/com/android/settings/datetime/timezone/
OnPreferenceClickListener.java 17 package com.android.settings.datetime.timezone;
  /external/syslinux/gpxe/src/include/sys/
time.h 13 struct timezone { struct
18 extern int gettimeofday ( struct timeval *tv, struct timezone *tz );
  /external/libpcap/lbl/
os-ultrix4.h 29 struct timezone;
31 int gettimeofday(struct timeval *, struct timezone *);
  /external/tcpdump/lbl/
os-ultrix4.h 30 struct timezone;
32 int gettimeofday(struct timeval *, struct timezone *);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
time.h 22 of struct timezone. */
23 struct timezone struct
29 extern int __cdecl mingw_gettimeofday (struct timeval *p, struct timezone *z);
38 The timezone pointer arg is ignored. Errors are ignored.
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
MetaData.java 43 public String timezone; // local timezone used for Instance expansion field in class:MetaData.Fields
89 fields.timezone = mFields.timezone;
118 fields.timezone = mFields.timezone;
131 String timezone = null; local
140 timezone = cursor.getString(METADATA_INDEX_LOCAL_TIMEZONE);
151 mFields.timezone = timezone;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
timeb.h 36 short int timezone; /* Minutes west of GMT. */ member in struct:timeb
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
timeb.h 36 short int timezone; /* Minutes west of GMT. */ member in struct:timeb
  /system/timezone/distro/core/src/main/com/android/timezone/distro/
DistroException.java 17 package com.android.timezone.distro;
  /external/pdfium/xfa/fxfa/parser/
cxfa_timezoneprovider.cpp 26 m_tz.tzHour = static_cast<int8_t>(timezone / 3600 * -1);
28 static_cast<int8_t>((abs(static_cast<int>(timezone)) % 3600) / 60);
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
Utils.java 23 int month, int year, String timezone) {
24 Time t = new Time(timezone);
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
BatteryStatsSummaryInfoParserTest.java 25 import java.util.TimeZone;
88 // Get the current timezone short name (PST, GMT) to properly output the time as expected.
89 String timezone = local
90 new GregorianCalendar().getTimeZone().getDisplayName(false, TimeZone.SHORT);
95 timezone, timezone),
  /bionic/libc/private/
bionic_vdso.h 48 extern "C" int __gettimeofday(timeval*, struct timezone*);
  /developers/build/prebuilts/gradle/NfcProvisioning/Application/tests/src/com/example/android/nfcprovisioning/tests/
SampleTests.java 69 EditText timezone = (EditText) view.findViewById(R.id.timezone); local
70 assertNotNull(timezone);
77 assertFalse(TextUtils.isEmpty(timezone.getText().toString()));
  /developers/samples/android/admin/NfcProvisioning/Application/tests/src/com/example/android/nfcprovisioning/tests/
SampleTests.java 69 EditText timezone = (EditText) view.findViewById(R.id.timezone); local
70 assertNotNull(timezone);
77 assertFalse(TextUtils.isEmpty(timezone.getText().toString()));
  /external/linux-kselftest/android/include/sys/
timeb.h 9 short timezone; member in struct:timeb
  /external/ltp/android/include/sys/
timeb.h 9 short timezone; member in struct:timeb
  /external/libvncserver/compat/msvc/sys/
time.h 26 struct timezone struct
32 static __inline int gettimeofday(struct timeval *tv, struct timezone *tz)

Completed in 904 milliseconds

1 2 3 4 5 6 7 8 91011>>