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 70 private ListPreference mAuthType;
145 mAuthType = (ListPreference) findPreference(KEY_AUTH_TYPE);
146 mAuthType.setOnPreferenceChangeListener(this);
242 mAuthType.setValueIndex(authVal);
262 String authVal = mAuthType.getValue();
265 mAuthType.setValueIndex(authValIndex);
268 mAuthType.setSummary(values[authValIndex]);
270 mAuthType.setSummary(sNotSet);
301 mAuthType.setValueIndex(index);
304 mAuthType.setSummary(values[index])
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.h 79 AuthType mAuthType;
ARTSPConnection.cpp 42 mAuthType(NONE),
300 mAuthType = NONE;
678 if (mAuthType == NONE && mUser.size() > 0
836 mAuthType = BASIC;
845 mAuthType = DIGEST;
903 if (mAuthType == NONE) {
911 if (mAuthType == BASIC) {
931 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 53 milliseconds