Home
last modified time | relevance | path

Searched defs:accountManager (Results 1 – 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DSipStackExt.java66 public AuthenticationHelper getAuthenticationHelper(AccountManager accountManager, in getAuthenticationHelper()
81 public AuthenticationHelper getSecureAuthenticationHelper(SecureAccountManager accountManager, in getSecureAuthenticationHelper()
DSipStackImpl.java1374 AccountManager accountManager, HeaderFactory headerFactory) { in getAuthenticationHelper()
1386 SecureAccountManager accountManager, HeaderFactory headerFactory) { in getSecureAuthenticationHelper()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java73 private Object accountManager = null; field in AuthenticationHelperImpl
92 public AuthenticationHelperImpl(SipStackImpl sipStack, AccountManager accountManager, in AuthenticationHelperImpl()
109 public AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountManager accountManager, in AuthenticationHelperImpl()
/external/volley/src/main/java/com/android/volley/toolbox/
DAndroidAuthenticator.java64 AndroidAuthenticator(AccountManager accountManager, Account account, in AndroidAuthenticator()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DAccountManagerTest.java27 private AccountManager accountManager; field in AccountManagerTest