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

  /cts/tests/tests/hardware/src/android/hardware/cts/
GeomagneticFieldTest.java 30 private static final long TEST_TIME = new GregorianCalendar(2010, 5, 1).getTimeInMillis();
34 LONGITUDE_OF_CHENGDU, ALTITUDE_OF_CHENGDU, TEST_TIME);
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FileRotatorTest.java 59 private static final long TEST_TIME = 1300000000000L;
78 long currentTime = TEST_TIME;
94 long currentTime = TEST_TIME;
115 long currentTime = TEST_TIME;
147 long currentTime = TEST_TIME;
162 currentTime = TEST_TIME + DAY_IN_MILLIS + (2 * MINUTE_IN_MILLIS);
177 long currentTime = TEST_TIME;
238 long currentTime = TEST_TIME;
261 assertReadMatching(rotate, TEST_TIME + SECOND_IN_MILLIS, currentTime, FULL_SET);
264 assertReadMatching(rotate, TEST_TIME + SECOND_IN_MILLIS, currentTime - SECOND_IN_MILLIS
    [all...]
  /external/netperf/
netsh.h 21 #define TEST_TIME 10 /* test ends by time */
63 test_time, /* test ends by time */
  /dalvik/tests/074-gc-thrash/src/
Main.java 27 private static final int TEST_TIME = 10;
33 System.out.println("Running (" + TEST_TIME + " seconds) ...");
120 sleep(TEST_TIME * 1000);
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 37 private final long TEST_TIME = 100;
419 assertEquals(TEST_TIME, l.getTime());
431 l.setTime(TEST_TIME);

Completed in 393 milliseconds