Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/TimeZone/
DSimpleTimeZoneCloneRaceTest.java49 TimeZoneUser sharedTZuser = new TimeZoneUser(() -> sharedTZ); in testSimpleTimeZone()
55 TimeZone tz = sharedTZ; in testSimpleTimeZone()
76 sharedTZ = tz2; in testSimpleTimeZone()
99 static volatile TimeZone sharedTZ = createSTZ(); field in SimpleTimeZoneCloneRaceTest