HomeSort by relevance Sort by last modified time
    Searched defs:expectedTime (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 193 String expectedTime = String.format("%d-%02d-%02d %02d:%02d",
198 "day test index " + index + ", normalize(): expected local " + expectedTime
211 String expectedTime = String.format("%d-%02d-%02d %02d:%02d",
216 "day test index " + index + ", toMillis(): expected local " + expectedTime
234 String expectedTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d",
241 "minute test index " + index + ", normalize(): expected local " + expectedTime
256 String expectedTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d",
263 "minute test index " + index + ", toMillis(): expected local " + expectedTime
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 91 long expectedTime = 1230800400000L;
92 Date date = new Date(expectedTime);
102 assertEquals(expectedTime, result.getTime());
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java     [all...]

Completed in 479 milliseconds