Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java656 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local
663 switch(phase2Method) { in getConfig()
683 Log.e(TAG, "Unknown phase2 method" + phase2Method); in getConfig()
689 config.enterpriseConfig.setPhase2Method(phase2Method); in getConfig()
1002 int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local
1007 switch (phase2Method) { in showSecurityFields()
1027 Log.e(TAG, "Invalid phase 2 method " + phase2Method); in showSecurityFields()
1032 mPhase2Spinner.setSelection(phase2Method); in showSecurityFields()
1170 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in showPeapFields() local
1171 if (phase2Method == WIFI_PEAP_PHASE2_SIM || phase2Method == WIFI_PEAP_PHASE2_AKA in showPeapFields()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java686 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local
693 switch(phase2Method) { in getConfig()
713 Log.e(TAG, "Unknown phase2 method" + phase2Method); in getConfig()
719 config.enterpriseConfig.setPhase2Method(phase2Method); in getConfig()
1033 int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local
1038 switch (phase2Method) { in showSecurityFields()
1058 Log.e(TAG, "Invalid phase 2 method " + phase2Method); in showSecurityFields()
1063 mPhase2Spinner.setSelection(phase2Method); in showSecurityFields()
1201 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in showPeapFields() local
1202 if (phase2Method == WIFI_PEAP_PHASE2_SIM || phase2Method == WIFI_PEAP_PHASE2_AKA in showPeapFields()
[all …]