/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | AccountManagerTest.java | 27 private AccountManager accountManager; field in AccountManagerTest 36 accountManager = AccountManager.get(activity); in setUp() 37 accountManager.invalidateAuthToken(null, null); in setUp() 46 …accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, … in testGetAuthTokenByFeatures_isCancelled() 56 …accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, … in testGetAuthTokenByFeatures_isDoneWithCancel() 66 …accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, … in testGetAuthTokenByFeatures_isDoneWithGetResult() 76 accountManager.invalidateAuthToken(accountType, null); in testInvalidateAuthToken() 82 …accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, … in testGetAuthTokenByFeatures_getResult() 93 accountManager.getAuthToken(ACCOUNT, authTokenType, null, activity, null, null); in testGetAuthToken_getResult() 104 assertTrue(ref == accountManager); in testAccountManagerIsSingleton() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
D | AuthenticationHelperImpl.java | 73 private Object accountManager = null; field in AuthenticationHelperImpl 92 public AuthenticationHelperImpl(SipStackImpl sipStack, AccountManager accountManager, in AuthenticationHelperImpl() argument 94 this.accountManager = accountManager; in AuthenticationHelperImpl() 109 public AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountManager accountManager, in AuthenticationHelperImpl() argument 111 this.accountManager = accountManager; in AuthenticationHelperImpl() 231 if ( this.accountManager instanceof SecureAccountManager ) { in handleChallenge() 233 … ((SecureAccountManager)this.accountManager).getCredentialHash(challengedTransaction,realm); in handleChallenge() 241 …UserCredentials userCreds = ((AccountManager) this.accountManager).getCredentials(challengedTransa… in handleChallenge()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SipStackExt.java | 66 public AuthenticationHelper getAuthenticationHelper(AccountManager accountManager, in getAuthenticationHelper() argument 81 public AuthenticationHelper getSecureAuthenticationHelper(SecureAccountManager accountManager, in getSecureAuthenticationHelper() argument
|
D | SipStackImpl.java | 1374 AccountManager accountManager, HeaderFactory headerFactory) { in getAuthenticationHelper() argument 1375 return new AuthenticationHelperImpl(this, accountManager, headerFactory); in getAuthenticationHelper() 1386 SecureAccountManager accountManager, HeaderFactory headerFactory) { in getSecureAuthenticationHelper() argument 1387 return new AuthenticationHelperImpl(this, accountManager, headerFactory); in getSecureAuthenticationHelper()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |