HomeSort by relevance Sort by last modified time
    Searched defs:mInstrumentations (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 129 private String[] mInstrumentations = null;
385 if (mInstrumentations != null) {
387 for (int i = 0; i < mInstrumentations.length; i++) {
388 if (currentInstrumentation.equals(mInstrumentations[i])) {
762 if (mInstrumentations != null && selectionIndex >= 0 &&
763 selectionIndex < mInstrumentations.length) {
764 return mInstrumentations[selectionIndex];
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 140 milliseconds