HomeSort by relevance Sort by last modified time
    Searched refs:TEST_TIME (Results 1 - 6 of 6) 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);
  /art/test/109-suspend-check/src/
Main.java 18 private static final int TEST_TIME = 5;
21 System.out.println("Running (" + TEST_TIME + " seconds) ...");
30 for (int i = 0; i < TEST_TIME; i++) {
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FileRotatorTest.java 61 private static final long TEST_TIME = 1300000000000L;
80 long currentTime = TEST_TIME;
96 long currentTime = TEST_TIME;
117 long currentTime = TEST_TIME;
149 long currentTime = TEST_TIME;
164 currentTime = TEST_TIME + DAY_IN_MILLIS + (2 * MINUTE_IN_MILLIS);
179 long currentTime = TEST_TIME;
240 long currentTime = TEST_TIME;
263 assertReadMatching(rotate, TEST_TIME + SECOND_IN_MILLIS, currentTime, FULL_SET);
266 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 */
  /art/test/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 308 milliseconds