Home
last modified time | relevance | path

Searched refs:newTimestamp (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/contactsproviderwipe/src/android/provider/cts/contactsproviderwipe/
DContactsContract_Wipe.java172 final long newTimestamp = getDatabaseCreationTimestamp(); in testCreationTimestamp() local
173 Log.i(TAG, "newTimestamp=" + newTimestamp); in testCreationTimestamp()
175 assertBigger(newTimestamp, start); in testCreationTimestamp()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DAdminActionBookkeepingTest.java105 final long newTimestamp = mDevicePolicyManager.getLastNetworkLogRetrievalTime(); in testGetLastNetworkLogRetrievalTime() local
106 assertTimeStamps(timeBefore, previousTimestamp, newTimestamp, timeAfter); in testGetLastNetworkLogRetrievalTime()