Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java511 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local
518 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() local
822 switch (phase2Method) { in showSecurityFields()
833 Log.e(TAG, "Invalid phase 2 method " + phase2Method); in showSecurityFields()
838 mPhase2Spinner.setSelection(phase2Method); in showSecurityFields()