Searched refs:time1 (Results 1 – 2 of 2) sorted by relevance
497 uint32_t abs_difference(uint32_t time1, uint32_t time2) { in abs_difference() argument498 return time1 > time2 ? time1 - time2 : time2 - time1; in abs_difference()
105 long time1 = time0 + SyncStorageEngine.MILLIS_IN_4WEEKS * 2; in testPurgeActiveSync() local106 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0); in testPurgeActiveSync()