Searched refs:phase2Method (Results 1 – 1 of 1) sorted by relevance
511 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local518 switch(phase2Method) { in getConfig()529 Log.e(TAG, "Unknown phase2 method" + phase2Method); in getConfig()535 config.enterpriseConfig.setPhase2Method(phase2Method); in getConfig()817 int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local822 switch (phase2Method) { in showSecurityFields()833 Log.e(TAG, "Invalid phase 2 method " + phase2Method); in showSecurityFields()838 mPhase2Spinner.setSelection(phase2Method); in showSecurityFields()