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

  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 302 * @param phase2Method is the inner authentication method and can be one of {@link Phase2#NONE},
308 public void setPhase2Method(int phase2Method) {
309 switch (phase2Method) {
319 Phase2.PREFIX + Phase2.strings[phase2Method]));
331 String phase2Method = removeDoubleQuotes(mFields.get(PHASE2_KEY));
333 if (phase2Method.startsWith(Phase2.PREFIX)) {
334 phase2Method = phase2Method.substring(Phase2.PREFIX.length());
336 return getStringIndex(Phase2.strings, phase2Method, Phase2.NONE);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 426 int phase2Method = mPhase2Spinner.getSelectedItemPosition();
433 switch(phase2Method) {
444 Log.e(TAG, "Unknown phase2 method" + phase2Method);
450 config.enterpriseConfig.setPhase2Method(phase2Method);
657 int phase2Method = enterpriseConfig.getPhase2Method();
662 switch (phase2Method) {
673 Log.e(TAG, "Invalid phase 2 method " + phase2Method);
678 mPhase2Spinner.setSelection(phase2Method);
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 158 milliseconds