HomeSort by relevance Sort by last modified time
    Searched refs:auths (Results 1 - 10 of 10) 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 312 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); local
315 if (mAuthorities != null && auths != null) {
318 if (auths.contains(requestedAuthority)) {
328 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/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 399 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); local
411 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...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 4712 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 437 milliseconds