HomeSort by relevance Sort by last modified time
    Searched refs:instrumentations (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 74 Instrumentation[] instrumentations = manifestData.getInstrumentations(); local
75 mInstrumentationNames = new String[instrumentations.length];
76 for (int i = 0; i < instrumentations.length; i++) {
77 mInstrumentationNames[i] = instrumentations[i].getName();
101 * @return <code>null</code> if error occurred parsing instrumentations, otherwise returns array
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 31 AndroidJUnitTab_LoadInstrError_s=Failed to load instrumentations from %1$s
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java 143 List<InstrumentationInfo> instrumentations = mPackageManager.queryInstrumentation( local
145 checkInstrumentationInfoName(INSTRUMENT_NAME, instrumentations);
230 List<InstrumentationInfo> instrumentations) {
232 Iterator<InstrumentationInfo> infoIterator = instrumentations.iterator();
    [all...]

Completed in 1239 milliseconds