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

  /external/ppp/pppd/plugins/radius/
radrealms.c 46 SERVER *accts, *auths, *s; local
50 auths = (SERVER *) malloc(sizeof(SERVER));
51 auths->max = 0;
92 s = auths;
134 if (auths->max)
135 *authserver = auths;
  /packages/apps/Settings/src/com/android/settings/accounts/
SyncSettings.java 142 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); local
145 if (mAuthorities != null && auths != null) {
148 if (auths.contains(requestedAuthority)) {
158 new AccountPreference(getActivity(), account, icon, auths, true);
ChooseAccountActivity.java 156 final StringBuilder auths = new StringBuilder(); local
158 auths.append(a);
159 auths.append(' ');
161 Log.v(TAG, "No providers found for authorities: " + auths);
ManageAccountsSettings.java 311 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); local
314 if (mAuthorities != null && auths != null) {
317 if (auths.contains(requestedAuthority)) {
327 new AccountPreference(getActivity(), account, icon, auths, false);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 194 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); local
205 final AuthenticatorDescription auth = findAuthenticator(auths, accountType);
235 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths,
237 for (AuthenticatorDescription auth : auths) {
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 392 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); local
404 final AuthenticatorDescription auth = findAuthenticator(auths, type);
558 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths,
560 for (AuthenticatorDescription auth : auths) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 4739 final String auths[] = PATTERN_SEMICOLON.split(holder.info.authority); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 190 milliseconds