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() 207 this.mOptionsConfirmCredentials = options; in confirmCredentials()
|
D | AccountManagerTest.java | 490 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccount() 554 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccountWithCallbackAndHandler() 1334 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testGetAuthTokenWithFuture_Options_DefaultToken_Success() 1633 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testGetAuthTokenByFeatures() 1649 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testGetAuthTokenByFeatures() 1665 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testGetAuthTokenByFeatures() 1681 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testGetAuthTokenByFeatures() 3250 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); 3274 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); 3286 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); [all …]
|