Searched refs:mAuthType (Results 1 – 4 of 4) sorted by relevance
52 private final int mAuthType; field in NonEAPInnerAuth56 mAuthType = authType; in NonEAPInnerAuth()97 return mAuthType == that.mAuthType; in equals()102 return mAuthType; in hashCode()107 return "NonEAPInnerAuth{mAuthType=" + mAuthType + "}"; in toString()
51 mAuthType(NONE), in ARTSPConnection()328 mAuthType = NONE; in performDisconnect()737 if (mAuthType == NONE && mUser.size() > 0 in receiveRTSPReponse()899 mAuthType = BASIC; in parseAuthMethod()903 mAuthType = DIGEST; in parseAuthMethod()959 if (mAuthType == NONE) { in addAuthentication()967 if (mAuthType == BASIC) { in addAuthentication()986 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
83 mAuthType(NONE), in MyTransmitter()275 mAuthType = BASIC; in authenticate()278 mAuthType = DIGEST; in authenticate()294 if (mAuthType == NONE) { in addAuthentication()298 if (mAuthType == BASIC) { in addAuthentication()303 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()385 if (mAuthType != NONE) { in onMessageReceived()844 AuthType mAuthType; in onMessageReceived() member
83 AuthType mAuthType; member