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

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AdminActionBookkeepingTest.java 77 long timeBefore = System.currentTimeMillis();
83 assertTrue(firstTimestamp >= timeBefore);
87 timeBefore = System.currentTimeMillis();
97 assertTrue(secondTimestamp >= timeBefore);
113 final long timeBefore = System.currentTimeMillis();
119 assertTrue(newTimestamp >= timeBefore);
132 long timeBefore = System.currentTimeMillis();
138 assertTrue(newTimestamp >= timeBefore);
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 91 nsecs_t timeBefore = systemTime();
128 float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 328 long timeBefore = System.currentTimeMillis();
    [all...]

Completed in 674 milliseconds