Searched refs:newTimestamp (Results 1 – 2 of 2) sorted by relevance
172 final long newTimestamp = getDatabaseCreationTimestamp(); in testCreationTimestamp() local173 Log.i(TAG, "newTimestamp=" + newTimestamp); in testCreationTimestamp()175 assertBigger(newTimestamp, start); in testCreationTimestamp()
105 final long newTimestamp = mDevicePolicyManager.getLastNetworkLogRetrievalTime(); in testGetLastNetworkLogRetrievalTime() local106 assertTimeStamps(timeBefore, previousTimestamp, newTimestamp, timeAfter); in testGetLastNetworkLogRetrievalTime()