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 80 private ListPreference mAuthType;
171 mAuthType = (ListPreference) findPreference(KEY_AUTH_TYPE);
172 mAuthType.setOnPreferenceChangeListener(this);
282 mAuthType.setValueIndex(authVal);
284 mAuthType.setValue(null);
310 String authVal = mAuthType.getValue();
313 mAuthType.setValueIndex(authValIndex);
316 mAuthType.setSummary(values[authValIndex]);
318 mAuthType.setSummary(sNotSet);
403 mAuthType.setValueIndex(index)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 83 AuthType mAuthType;
ARTSPConnection.cpp 51 mAuthType(NONE),
323 mAuthType = NONE;
729 if (mAuthType == NONE && mUser.size() > 0
891 mAuthType = BASIC;
900 mAuthType = DIGEST;
958 if (mAuthType == NONE) {
966 if (mAuthType == BASIC) {
986 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 35 milliseconds