Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/vpn2/
H A DConfigDialog.java290 final int profileType = convertAllowedIndexToProfileType(position); in onItemSelected()
685 return convertAllowedIndexToProfileType(mType.getSelectedItemPosition()); in getSelectedVpnType()
688 private int convertAllowedIndexToProfileType(int allowedSelectedPosition) { in convertAllowedIndexToProfileType() method in ConfigDialog