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

  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 408 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY));
410 if (phase2Method.startsWith(Phase2.AUTH_PREFIX)) {
411 phase2Method = phase2Method.substring(Phase2.AUTH_PREFIX.length());
412 } else if (phase2Method.startsWith(Phase2.AUTHEAP_PREFIX)) {
413 phase2Method = phase2Method.substring(Phase2.AUTHEAP_PREFIX.length());
415 mPhase2Method = getStringIndex(Phase2.strings, phase2Method, Phase2.NONE);
456 * @param phase2Method is the inner authentication method and can be one of {@link Phase2#NONE},
462 public void setPhase2Method(int phase2Method) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointProvider.java 515 int phase2Method = WifiEnterpriseConfig.Phase2.NONE;
518 phase2Method = WifiEnterpriseConfig.Phase2.PAP;
521 phase2Method = WifiEnterpriseConfig.Phase2.MSCHAP;
524 phase2Method = WifiEnterpriseConfig.Phase2.MSCHAPV2;
532 config.setPhase2Method(phase2Method);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 588 int phase2Method = mPhase2Spinner.getSelectedItemPosition();
595 switch(phase2Method) {
615 Log.e(TAG, "Unknown phase2 method" + phase2Method);
621 config.enterpriseConfig.setPhase2Method(phase2Method);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigurationUtilTest.java 707 public EnterpriseConfig setPhase2(int phase2Method) {
708 enterpriseConfig.setPhase2Method(phase2Method);
709 phase2 = "auth=" + WifiEnterpriseConfig.Phase2.strings[phase2Method];
    [all...]
WifiConfigurationTestUtil.java 311 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) {
316 configuration.enterpriseConfig.setPhase2Method(phase2Method);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 361 milliseconds