Searched defs:elapsedTime (Results 1 – 5 of 5) sorted by relevance
15 public void testRunEnded(long elapsedTime); in testRunEnded()16 public void testRunStopped(long elapsedTime); in testRunStopped()
70 nsecs_t StopWatch::elapsedTime() const in elapsedTime() function in android::StopWatch
134 long elapsedTime = endTime - startTime; in testLockLatency() local
173 long elapsedTime; field in SyncStorageEngine.SyncHistoryItem731 public void stopSyncEvent(long historyId, long elapsedTime, String resultMessage, in stopSyncEvent()
365 long elapsedTime = SystemClock.elapsedRealtime(); in checkLockHoldTime() local