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.java554 final String phase2Method = config.phase2.value(); in showSecurityFields() local
555 if (phase2Method != null && phase2Method.startsWith(PHASE2_PREFIX)) { in showSecurityFields()
556 setSelection(mPhase2Spinner, phase2Method.substring(PHASE2_PREFIX.length())); in showSecurityFields()
558 setSelection(mPhase2Spinner, phase2Method); in showSecurityFields()