Searched refs:mTotalTypes (Results 1 – 1 of 1) sorted by relevance
68 private List<String> mTotalTypes; field in ConfigDialog142 if (mAllowedTypes != null && mTotalTypes != null) { in onCreate()143 mType.setSelection(mAllowedTypes.indexOf(mTotalTypes.get(mProfile.type))); in onCreate()518 mTotalTypes = new ArrayList<>(Arrays.asList(types)); in setTypesByFeature()689 if (mAllowedTypes != null && mTotalTypes != null) { in convertAllowedIndexToProfileType()691 final int profileType = mTotalTypes.indexOf(typeString); in convertAllowedIndexToProfileType()