OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TzData
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/test/java/libcore/util/
ZoneInfoDBTest.java
24
import libcore.
tzdata
.testing.ZoneInfoTestHelper;
26
import static libcore.util.ZoneInfoDB.
TzData
.SIZEOF_INDEX_ENTRY;
30
// The base
tzdata
file, always present on a device.
36
ZoneInfoDB.
TzData
data = ZoneInfoDB.
TzData
.loadTzData(SYSTEM_TZDATA_FILE);
39
ZoneInfoDB.
TzData
dataWithEmptyOverride =
40
ZoneInfoDB.
TzData
.loadTzDataWithFallback(emptyFilePath, SYSTEM_TZDATA_FILE);
47
ZoneInfoDB.
TzData
data = ZoneInfoDB.
TzData
.loadTzData(SYSTEM_TZDATA_FILE);
50
ZoneInfoDB.
TzData
dataWithCorruptOverride
[
all
...]
ZoneInfoTest.java
27
import libcore.
tzdata
.testing.ZoneInfoTestHelper;
338
ZoneInfoDB.
TzData
instance = ZoneInfoDB.getInstance();
/libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java
33
* Olson
tzdata
as the source of time zone information. However, to conserve
42
public static final String TZDATA_FILE = "
tzdata
";
44
private static final
TzData
DATA =
45
TzData
.loadTzDataWithFallback(TimeZoneDataFiles.getTimeZoneFilePaths(TZDATA_FILE));
47
public static class
TzData
{
106
* {@link
TzData
} object. If there is no valid one found a basic fallback instance is created
109
public static
TzData
loadTzDataWithFallback(String... paths) {
111
TzData
tzData
= new
TzData
();
[
all
...]
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
TimeZoneDistroInstaller.java
183
// Validate the
tzdata
file.
185
ZoneInfoDB.
TzData
tzData
= ZoneInfoDB.
TzData
.loadTzData(zoneInfoFile.getPath());
186
if (
tzData
== null) {
191
tzData
.validate();
196
tzData
.close();
381
// We only check the /system
tzdata
file and assume that other data like ICU is in sync.
401
Slog.i(logTag, "
tzdata
file cannot be found in /system");
402
throw new FileNotFoundException("system
tzdata
does not exist: " + systemTzDataFile)
[
all
...]
/frameworks/base/config/
preloaded-classes
[
all
...]
compiled-classes-phone
[
all
...]
Completed in 177 milliseconds