Home
last modified time | relevance | path

Searched refs:mTotalTypes (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/vpn2/
H A DConfigDialog.java68 private List<String> mTotalTypes; field in ConfigDialog
142 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()