HomeSort by relevance Sort by last modified time
    Searched refs:withZone (Results 1 - 23 of 23) sorted by null

  /frameworks/base/core/java/android/os/
SimpleClock.java 37 public Clock withZone(ZoneId zone) {
  /libcore/ojluni/src/test/java/time/test/java/time/
TestClock_System.java 80 Clock changed = test.withZone(PARIS);
TestClock_Fixed.java 85 Clock changed = test.withZone(PARIS);
TestClock_Offset.java 83 Clock changed = test.withZone(PARIS);
TestClock_Tick.java 87 Clock changed = test.withZone(PARIS);
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKClock.java 96 public Clock withZone(ZoneId timeZone) {
128 Clock changed = MOCK_INSTANT.withZone(london);
TCKClock_System.java 136 Clock changed = test.withZone(MOSCOW);
143 Clock changed = test.withZone(PARIS);
149 Clock changed = test.withZone(PARIS);
155 Clock.systemUTC().withZone(null);
TCKClock_Fixed.java 104 Clock changed = test.withZone(MOSCOW);
111 Clock changed = test.withZone(PARIS);
117 Clock.fixed(INSTANT, PARIS).withZone(null);
TCKClock_Offset.java 113 Clock changed = test.withZone(MOSCOW);
120 Clock changed = test.withZone(PARIS);
126 Clock.offset(Clock.system(PARIS), OFFSET).withZone(null);
TCKClock_Tick.java 193 Clock changed = test.withZone(MOSCOW);
200 Clock changed = test.withZone(PARIS);
206 Clock.tick(Clock.system(PARIS), Duration.ofMillis(500)).withZone(null);
  /libcore/ojluni/src/main/java/java/time/
Clock.java 377 public abstract Clock withZone(ZoneId zone);
459 public Clock withZone(ZoneId zone) {
509 public Clock withZone(ZoneId zone) {
559 public Clock withZone(ZoneId zone) {
563 return new OffsetClock(baseClock.withZone(zone), offset);
609 public Clock withZone(ZoneId zone) {
613 return new TickClock(baseClock.withZone(zone), tickNanos);
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestDateTimeParsing.java 99 private static final DateTimeFormatter LOCALFIELDS_WITH_PARIS = LOCALFIELDS.withZone(PARIS);
100 private static final DateTimeFormatter LOCALFIELDS_WITH_0230 = LOCALFIELDS.withZone(OFFSET_0230);
103 private static final DateTimeFormatter INSTANT_WITH_PARIS = INSTANT.withZone(PARIS);
104 private static final DateTimeFormatter INSTANT_WITH_0230 = INSTANT.withZone(OFFSET_0230);
111 private static final DateTimeFormatter INSTANTSECONDS_WITH_PARIS = INSTANTSECONDS.withZone(PARIS);
114 private static final DateTimeFormatter INSTANTSECONDS_NOS_WITH_PARIS = INSTANTSECONDS_NOS.withZone(PARIS);
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKSignStyle.java 123 formatter = formatter.withZone(ZoneOffset.UTC);
TCKDateTimeFormatter.java 164 test = test.withZone(ZoneId.of("Europe/Paris"));
166 test = test.withZone(ZoneOffset.UTC);
168 test = test.withZone(null);
363 .withChronology(overrideChrono).withZone(overrideZone);
    [all...]
TCKDateTimeParseResolver.java     [all...]
  /packages/services/Car/tests/DefaultStorageMonitoringCompanionApp/src/com/google/android/car/defaultstoragemonitoringcompanionapp/
MainActivity.java 96 DateTimeFormatter.ofLocalizedDateTime(FormatStyle.SHORT).withZone(
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
ImeEventStream.java 43 DateTimeFormatter.ofPattern("MM-dd HH:mm:ss.SSS").withZone(ZoneId.systemDefault());
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatter.java 138 * The {@link #withZone withZone} method returns a new formatter that overrides
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
PackageTrackerTest.java     [all...]
  /prebuilts/sdk/current/
core.jar 

Completed in 571 milliseconds