Searched refs:mOptionsConfirmCredentials (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | MockAccountAuthenticator.java | 57 public Bundle mOptionsConfirmCredentials; field in MockAccountAuthenticator 127 mOptionsConfirmCredentials = null; in clearData() 206 this.mOptionsConfirmCredentials = options; in confirmCredentials()
|
D | AccountManagerTest.java | 476 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccount() 540 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccountWithCallbackAndHandler() 1320 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testGetAuthTokenWithFuture_Options_DefaultToken_Success() 1619 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testGetAuthTokenByFeatures() 1635 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testGetAuthTokenByFeatures() 1651 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testGetAuthTokenByFeatures() 1667 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testGetAuthTokenByFeatures() 3236 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); 3260 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); 3272 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); [all …]
|