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

  /frameworks/base/core/java/android/accounts/
ChooseAccountTypeActivity.java 48 private HashMap<String, AuthInfo> mTypeToAuthenticatorInfo = new HashMap<String, AuthInfo>();
49 private ArrayList<AuthInfo> mAuthenticatorInfosToDisplay;
76 mAuthenticatorInfosToDisplay = new ArrayList<AuthInfo>(mTypeToAuthenticatorInfo.size());
77 for (Map.Entry<String, AuthInfo> entry: mTypeToAuthenticatorInfo.entrySet()) {
79 final AuthInfo info = entry.getValue();
149 AuthInfo authInfo = new AuthInfo(desc, name, icon);
150 mTypeToAuthenticatorInfo.put(desc.type, authInfo);
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 319 *p = info->next; // Cut DomainAuthInfo from list *before* scanning our question list updating AuthInfo pointers
321 if (q->AuthInfo == info)
323 q->AuthInfo = GetAuthInfoForName_direct(m, &q->qname);
324 debugf("GetAuthInfoForName_internal updated q->AuthInfo from %##s to %##s for %##s (%s)",
325 info->domain.c, q->AuthInfo ? q->AuthInfo->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype));
401 if (q->AuthInfo != newinfo)
403 debugf("mDNS_SetSecretForDomain updating q->AuthInfo from %##s to %##s for %##s (%s)",
404 q->AuthInfo ? q->AuthInfo->domain.c : mDNSNULL
    [all...]
mDNSEmbeddedAPI.h     [all...]
mDNS.c     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-tools/2.21/
istack-commons-tools-2.21.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iscsidsc.h 371 PIKE_AUTHENTICATION_INFORMATION *AuthInfo
378 PIKE_AUTHENTICATION_INFORMATION *AuthInfo
mprapi.h     [all...]
ntsecapi.h 373 PUCHAR AuthInfo;
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1014 milliseconds