Searched refs:BASIC (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DHttpAuthHeader.java41 * HttpAuthHeader.BASIC - basic, and
47 public static final int BASIC = 1; field in class:HttpAuthHeader
165 * @return True iff this is the BASIC-authentication request.
168 return mScheme == BASIC;
181 * HttpAuthHeader.BASIC - basic, and
236 * BASIC,
242 if (mScheme == BASIC) {
295 mScheme = BASIC;
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h71 BASIC, enumerator in enum:android::ARTSPConnection::AuthType
H A DMyTransmitter.h272 mAuthType = BASIC;
295 if (mAuthType == BASIC) {
829 BASIC, enumerator in enum:android::MyTransmitter::AuthType
H A DARTSPConnection.cpp888 mAuthType = BASIC;
963 if (mAuthType == BASIC) {

Completed in 176 milliseconds