Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 10 of 10) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dmisc_service.cpp54 void MiscService::SetTimeZone(std::string timezone) { in SetTimeZone() argument
55 FixTimeZone(timezone); in SetTimeZone()
56 timezone_ = timezone; in SetTimeZone()
Dmodem_simulator.cpp155 void ModemSimulator::SetTimeZone(std::string timezone) { in SetTimeZone() argument
157 misc_service_->SetTimeZone(timezone); in SetTimeZone()
Dmisc_service.h38 void SetTimeZone(std::string timezone);
Dmodem_simulator.h49 void SetTimeZone(std::string timezone);
/device/generic/goldfish/
Dinit.ranchu.rc102 on property:vendor.qemu.timezone=*
103 setprop persist.sys.timezone ${vendor.qemu.timezone}
/device/generic/goldfish/sepolicy/vendor/
Dproperty_contexts9 vendor.qemu.timezone u:object_r:vendor_qemu_prop:s0 exact string
/device/generic/goldfish/radio/include/telephony/
Dril_cdma_sms.h631 signed char timezone; /* +/-, [-48,+48] number of 15 minutes - GW only */ member
/device/google/atv/products/lowram_boot_profiles/
Dpreloaded-classes7801 android.service.timezone.TimeZoneProviderStatus
7802 android.service.timezone.TimeZoneProviderStatus$1
8912 android.timezone.CountryTimeZones
8913 android.timezone.CountryTimeZones$OffsetResult
8914 android.timezone.CountryTimeZones$TimeZoneMapping
8915 android.timezone.TelephonyLookup
8916 android.timezone.TelephonyNetwork
8917 android.timezone.TelephonyNetworkFinder
8918 android.timezone.TimeZoneFinder
11019 com.android.i18n.timezone.CountryTimeZones
[all …]
Dboot-image-profile.txt7137 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 …]
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c94 gettimeofday(&tv, (struct timezone *) NULL); in setTimespecRelative()