Searched refs:phase2Method (Results 1 – 2 of 2) sorted by relevance
656 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local663 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() local1007 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() local1171 if (phase2Method == WIFI_PEAP_PHASE2_SIM || phase2Method == WIFI_PEAP_PHASE2_AKA in showPeapFields()[all …]
686 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local693 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() local1038 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() local1202 if (phase2Method == WIFI_PEAP_PHASE2_SIM || phase2Method == WIFI_PEAP_PHASE2_AKA in showPeapFields()[all …]