OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBRARY_TEST_RUNNER
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
InstrumentationRunnerValidator.java
83
* Helper method to determine if given manifest has a <code>SdkConstants.
LIBRARY_TEST_RUNNER
91
if (AdtConstants.
LIBRARY_TEST_RUNNER
.equals(lib.getName())) {
133
AdtConstants.
LIBRARY_TEST_RUNNER
);
AndroidJUnitLaunchConfigDelegate.java
240
AdtConstants.
LIBRARY_TEST_RUNNER
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java
225
public static final String
LIBRARY_TEST_RUNNER
= "android.test.runner"; //$NON-NLS-1$
Completed in 306 milliseconds