Searched refs:timezone (Results 1 – 10 of 10) sorted by relevance
54 void MiscService::SetTimeZone(std::string timezone) { in SetTimeZone() argument55 FixTimeZone(timezone); in SetTimeZone()56 timezone_ = timezone; in SetTimeZone()
155 void ModemSimulator::SetTimeZone(std::string timezone) { in SetTimeZone() argument157 misc_service_->SetTimeZone(timezone); in SetTimeZone()
38 void SetTimeZone(std::string timezone);
49 void SetTimeZone(std::string timezone);
102 on property:vendor.qemu.timezone=*103 setprop persist.sys.timezone ${vendor.qemu.timezone}
9 vendor.qemu.timezone u:object_r:vendor_qemu_prop:s0 exact string
631 signed char timezone; /* +/-, [-48,+48] number of 15 minutes - GW only */ member
7801 android.service.timezone.TimeZoneProviderStatus7802 android.service.timezone.TimeZoneProviderStatus$18912 android.timezone.CountryTimeZones8913 android.timezone.CountryTimeZones$OffsetResult8914 android.timezone.CountryTimeZones$TimeZoneMapping8915 android.timezone.TelephonyLookup8916 android.timezone.TelephonyNetwork8917 android.timezone.TelephonyNetworkFinder8918 android.timezone.TimeZoneFinder11019 com.android.i18n.timezone.CountryTimeZones[all …]
7137 Landroid/service/timezone/TimeZoneProviderStatus$1;7138 Landroid/service/timezone/TimeZoneProviderStatus;8251 Landroid/timezone/CountryTimeZones$OffsetResult;8252 Landroid/timezone/CountryTimeZones$TimeZoneMapping;8253 Landroid/timezone/CountryTimeZones;8254 Landroid/timezone/TelephonyLookup;8255 Landroid/timezone/TelephonyNetwork;8256 Landroid/timezone/TelephonyNetworkFinder;8257 Landroid/timezone/TimeZoneFinder;10361 Lcom/android/i18n/timezone/CountryTimeZones$OffsetResult;[all …]
94 gettimeofday(&tv, (struct timezone *) NULL); in setTimespecRelative()