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

  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 83 AuthType mAuthType;
MyTransmitter.h 83 mAuthType(NONE),
275 mAuthType = BASIC;
278 mAuthType = DIGEST;
294 if (mAuthType == NONE) {
298 if (mAuthType == BASIC) {
303 CHECK_EQ((int)mAuthType, (int)DIGEST);
385 if (mAuthType != NONE) {
844 AuthType mAuthType;
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 86 private ListPreference mAuthType;
183 mAuthType = (ListPreference) findPreference(KEY_AUTH_TYPE);
184 mAuthType.setOnPreferenceChangeListener(this);
314 mAuthType.setValueIndex(authVal);
316 mAuthType.setValue(null);
370 String authVal = mAuthType.getValue();
373 mAuthType.setValueIndex(authValIndex);
376 mAuthType.setSummary(values[authValIndex]);
378 mAuthType.setSummary(sNotSet);
489 mAuthType.setValueIndex(index)
    [all...]

Completed in 374 milliseconds