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 137 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); local
140 if (mAuthorities != null && auths != null) {
143 if (auths.contains(requestedAuthority)) {
153 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);
  /external/bluetooth/bluez/audio/
device.c 84 GSList *auths; member in struct:dev_priv
114 if (priv->auths)
743 while (priv->auths) {
744 struct service_auth *auth = priv->auths->data;
747 priv->auths = g_slist_remove(priv->auths, auth);
809 priv->auths = g_slist_append(priv->auths, auth);
810 if (g_slist_length(priv->auths) > 1)
821 priv->auths = g_slist_remove(priv->auths, auth)
    [all...]
  /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 386 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); local
398 final AuthenticatorDescription auth = findAuthenticator(auths, type);
552 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths,
554 for (AuthenticatorDescription auth : auths) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 218 milliseconds