HomeSort by relevance Sort by last modified time
    Searched full:auths (Results 1 - 7 of 7) 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;
  /external/bluetooth/bluez/audio/
device.c 86 GSList *auths; member in struct:dev_priv
705 while (priv->auths) {
706 struct service_auth *auth = priv->auths->data;
709 priv->auths = g_slist_remove(priv->auths, auth);
771 priv->auths = g_slist_append(priv->auths, auth);
772 if (g_slist_length(priv->auths) > 1)
783 priv->auths = g_slist_remove(priv->auths, auth)
    [all...]
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
ManageAccountsSettings.java 228 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type);
231 if (mAuthorities != null && auths != null) {
234 if (auths.contains(requestedAuthority)) {
243 AccountPreference preference = new AccountPreference(this, account, icon, auths);
AddAccountSettings.java 102 String auths = new String(); local
103 for (String a : mAuthorities) auths += a + " ";
104 Log.w(TAG, "No providers found for authorities: " + auths);
  /packages/apps/Contacts/src/com/android/contacts/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) {
  /external/ppp/pppd/
pppd.h 359 #define CHAP_MS_SHIFT 8 /* LSB position for MS auths */
    [all...]
ccp.c 558 /* Count the mschap auths */
    [all...]

Completed in 194 milliseconds