Searched refs:mInstrumentations (Results 1 – 1 of 1) sorted by relevance
129 private String[] mInstrumentations = null; field in AndroidJUnitLaunchConfigurationTab385 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 …]