Searched defs:phase2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/surfaceflinger/
H A DOrientationAnimation.cpp77 skip_frame = phase2();
138 bool OrientationAnimation::phase2() function in class:android::OrientationAnimation
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java48 public static final String phase2VarName = "phase2";
278 * The phase2 authenication could be PAP, MSCHAP, MSCHAP2, GTC.
281 public String phase2; field in class:WifiConfiguration
324 phase2 = null;
410 sbuf.append('\n').append(" phase2: ");
411 if (this.phase2 != null) {
412 sbuf.append(phase2);
501 dest.writeString(phase2);
532 config.phase2 = in.readString();

Completed in 77 milliseconds