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

  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 78 private ListPreference mAuthType;
162 mAuthType = (ListPreference) findPreference(KEY_AUTH_TYPE);
163 mAuthType.setOnPreferenceChangeListener(this);
275 mAuthType.setValueIndex(authVal);
277 mAuthType.setValue(null);
300 String authVal = mAuthType.getValue();
303 mAuthType.setValueIndex(authValIndex);
306 mAuthType.setSummary(values[authValIndex]);
308 mAuthType.setSummary(sNotSet);
357 mAuthType.setValueIndex(index)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 81 AuthType mAuthType;
ARTSPConnection.cpp 48 mAuthType(NONE),
321 mAuthType = NONE;
727 if (mAuthType == NONE && mUser.size() > 0
888 mAuthType = BASIC;
897 mAuthType = DIGEST;
955 if (mAuthType == NONE) {
963 if (mAuthType == BASIC) {
983 CHECK_EQ((int)mAuthType, (int)DIGEST);
MyTransmitter.h 82 mAuthType(NONE),
272 mAuthType = BASIC;
275 mAuthType = DIGEST;
291 if (mAuthType == NONE) {
295 if (mAuthType == BASIC) {
300 CHECK_EQ((int)mAuthType, (int)DIGEST);
382 if (mAuthType != NONE) {
841 AuthType mAuthType;

Completed in 1462 milliseconds