HomeSort by relevance Sort by last modified time
    Searched refs:phase2Method (Results 1 - 5 of 5) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 300 * @param phase2Method is the inner authentication method and can be one of {@link Phase2#NONE},
306 public void setPhase2Method(int phase2Method) {
307 switch (phase2Method) {
317 Phase2.PREFIX + Phase2.strings[phase2Method]));
329 String phase2Method = removeDoubleQuotes(mFields.get(PHASE2_KEY));
331 if (phase2Method.startsWith(Phase2.PREFIX)) {
332 phase2Method = phase2Method.substring(Phase2.PREFIX.length());
334 return getStringIndex(Phase2.strings, phase2Method, Phase2.NONE);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 381 int phase2Method = mPhase2Spinner.getSelectedItemPosition();
388 switch(phase2Method) {
399 Log.e(TAG, "Unknown phase2 method" + phase2Method);
405 config.enterpriseConfig.setPhase2Method(phase2Method);
600 int phase2Method = enterpriseConfig.getPhase2Method();
605 switch (phase2Method) {
616 Log.e(TAG, "Invalid phase 2 method " + phase2Method);
621 mPhase2Spinner.setSelection(phase2Method);
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 6953 milliseconds