Searched defs:BASIC (Results 1 - 3 of 3) sorted by path

/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
/frameworks/base/core/java/android/net/http/
H A DHttpAuthHeader.java43 * HttpAuthHeader.BASIC - basic, and
49 public static final int BASIC = 1; field in class:HttpAuthHeader
167 * @return True iff this is the BASIC-authentication request.
170 return mScheme == BASIC;
183 * HttpAuthHeader.BASIC - basic, and
238 * BASIC,
244 if (mScheme == BASIC) {
297 mScheme = BASIC;

Completed in 67 milliseconds