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

  /packages/apps/Email/tests/src/com/android/email/
MockClock.java 22 public static final long DEFAULT_TIME = 10000; // Arbitrary value
24 public long mTime = DEFAULT_TIME;
  /frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java 30 static final long DEFAULT_TIME = 1250146800000L; // 13-Aug-2009, 12:00:00 am
31 public long timeMillis = DEFAULT_TIME;
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_driver.c 90 * DEFAULT_TIME: time (hours) for which this test driver will run
100 #define DEFAULT_TIME 1.00
132 double execution_time = DEFAULT_TIME;

Completed in 929 milliseconds