Home
last modified time | relevance | path

Searched refs:mInstrumentations (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/
DAndroidJUnitLaunchConfigurationTab.java129 private String[] mInstrumentations = null; field in AndroidJUnitLaunchConfigurationTab
385 if (mInstrumentations != null) { in updateInstrumentationFromConfig()
387 for (int i = 0; i < mInstrumentations.length; i++) { in updateInstrumentationFromConfig()
388 if (currentInstrumentation.equals(mInstrumentations[i])) { in updateInstrumentationFromConfig()
762 if (mInstrumentations != null && selectionIndex >= 0 && in getSelectedInstrumentation()
763 selectionIndex < mInstrumentations.length) { in getSelectedInstrumentation()
764 return mInstrumentations[selectionIndex]; in getSelectedInstrumentation()
1021 mInstrumentations = (mInstrValidator == null ? null : in loadInstrumentations()
1023 if (mInstrumentations != null) { in loadInstrumentations()
1025 for (String instrumentation : mInstrumentations) { in loadInstrumentations()
[all …]