Searched refs:mDeviceName (Results 1 – 3 of 3) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
D | TestCaseReference.java | 30 private final String mDeviceName; field in TestCaseReference 37 mDeviceName = deviceName; in TestCaseReference() 65 return String.format("%s (%s) [%s]", mTestName, mClassName, mDeviceName); in getName()
|
D | TestCollector.java | 28 private final String mDeviceName; field in TestCollector 37 mDeviceName = deviceName; in TestCollector() 115 suiteRef.addTest(new TestCaseReference(mDeviceName, test)); in testStarted()
|
D | RemoteAdtTestRunner.java | 410 public synchronized void testRunEnded(String mDeviceName, long elapsedTime) { in testRunEnded() argument 432 private final String mDeviceName; field in RemoteAdtTestRunner.TestRunListener 441 mDeviceName = deviceName; in TestRunListener() 447 mNotifier.testEnded(new TestCaseReference(mDeviceName, test)); in testEnded() 453 new TestReferenceFailure(new TestCaseReference(mDeviceName, test), in testFailed() 461 new TestReferenceFailure(new TestCaseReference(mDeviceName, test), in testAssumptionFailure() 473 mNotifier.testRunEnded(mDeviceName, elapsedTime); in testRunEnded() 497 TestCaseReference testId = new TestCaseReference(mDeviceName, test); in testStarted()
|