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

  /development/tools/repo_diff/service/repodiff/utils/
time_test.go 13 newTimestamp := TimestampSeconds()
14 assert.True(t, newTimestamp > oldTimestamp, "New timestamp should be greater than fixture")
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AdminActionBookkeepingTest.java 117 final long newTimestamp = mDevicePolicyManager.getLastBugReportRequestTime();
118 assertTrue(newTimestamp > previousTimestamp);
119 assertTrue(newTimestamp >= timeBefore);
120 assertTrue(newTimestamp <= timeAfter);
136 final long newTimestamp = mDevicePolicyManager.getLastNetworkLogRetrievalTime();
137 assertTrue(newTimestamp > previousTimestamp);
138 assertTrue(newTimestamp >= timeBefore);
139 assertTrue(newTimestamp <= timeAfter);
  /cts/tests/tests/contactsproviderwipe/src/android/provider/cts/contactsproviderwipe/
ContactsContract_Wipe.java 172 final long newTimestamp = getDatabaseCreationTimestamp();
173 Log.i(TAG, "newTimestamp=" + newTimestamp);
175 assertBigger(newTimestamp, start);
  /external/skia/tools/gpu/
GrTest.cpp 52 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; }
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowUsageStatsManager.java 198 long newTimestamp = event.getTimeStamp() + offsetToAddInMillis;
200 newTimestamp, EventBuilder.fromEvent(event).setTimeStamp(newTimestamp).build());
  /external/skqp/tools/gpu/
GrTest.cpp 188 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; }
  /external/skia/src/gpu/
GrResourceCache.h 250 void changeTimestamp(uint32_t newTimestamp);
  /external/skqp/src/gpu/
GrResourceCache.h 246 void changeTimestamp(uint32_t newTimestamp);
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar 

Completed in 485 milliseconds