Home
last modified time | relevance | path

Searched defs:elapsedTime (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DTestCollector.java76 public synchronized void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded()
100 public synchronized void testRunStopped(long elapsedTime) { in testRunStopped()
DRemoteAdtTestRunner.java360 private void notifyTestRunEnded(long elapsedTime) { in notifyTestRunEnded()
410 public synchronized void testRunEnded(String mDeviceName, long elapsedTime) { in testRunEnded()
472 public synchronized void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded()
489 public synchronized void testRunStopped(long elapsedTime) { in testRunStopped()