Home | History | Annotate | Download | only in cts

Lines Matching defs:end

28         long end = SystemClock.currentThreadTimeMillis();
29 assertFalse(end - 100 >= start);
37 long end = SystemClock.elapsedRealtime();
38 assertTrue(end - 100 >= start);
55 long end = SystemClock.currentThreadTimeMillis();
56 assertFalse(end - 100 >= start);
60 end = SystemClock.elapsedRealtime();
61 assertTrue(end - 100 >= start);
65 end = SystemClock.uptimeMillis();
66 assertTrue(end - 100 >= start);
74 long end = SystemClock.uptimeMillis();
75 assertTrue(end - 100 >= start);