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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
NonEAPInnerAuth.java 52 private final int mAuthType;
56 mAuthType = authType;
97 return mAuthType == that.mAuthType;
102 return mAuthType;
107 return "NonEAPInnerAuth{mAuthType=" + mAuthType + "}";
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 95 private ListPreference mAuthType;
196 mAuthType = (ListPreference) findPreference(KEY_AUTH_TYPE);
382 return mAuthType;
431 mAuthType.setEnabled(false);
504 mAuthType.setValueIndex(authVal);
506 mAuthType.setValue(null);
560 String authVal = mAuthType.getValue();
563 mAuthType.setValueIndex(authValIndex);
566 mAuthType.setSummary(values[authValIndex]);
568 mAuthType.setSummary(sNotSet)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 83 AuthType mAuthType;
ARTSPConnection.cpp 51 mAuthType(NONE),
328 mAuthType = NONE;
737 if (mAuthType == NONE && mUser.size() > 0
899 mAuthType = BASIC;
903 mAuthType = DIGEST;
959 if (mAuthType == NONE) {
967 if (mAuthType == BASIC) {
986 CHECK_EQ((int)mAuthType, (int)DIGEST);
MyTransmitter.h 83 mAuthType(NONE),
275 mAuthType = BASIC;
278 mAuthType = DIGEST;
294 if (mAuthType == NONE) {
298 if (mAuthType == BASIC) {
303 CHECK_EQ((int)mAuthType, (int)DIGEST);
385 if (mAuthType != NONE) {
844 AuthType mAuthType;

Completed in 223 milliseconds