Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DRemoteAdtTestRunner.java422 public synchronized void testStarted(TestCaseReference testId) { in testStarted() argument
423 mListener.notifyTestStarted(testId); in testStarted()
497 TestCaseReference testId = new TestCaseReference(mDeviceName, test); in testStarted() local
498 mNotifier.testStarted(testId); in testStarted()