Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialog.java130 mType.setSelection(convertVpnProfileConstantToTypeIndex(mProfile.type)); in onCreate()
554 private int convertVpnProfileConstantToTypeIndex(int vpnType) { in convertVpnProfileConstantToTypeIndex() method in ConfigDialog