Home
last modified time | relevance | path

Searched refs:validateOptions (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java260 private void validateOptions(Bundle expectedOptions, Bundle actualOptions) { in validateOptions() method in AccountManagerTest
426 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsAddAccount); in testAddAccount()
428 validateOptions(null, mockAuthenticator.mOptionsUpdateCredentials); in testAddAccount()
429 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccount()
430 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccount()
468 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsAddAccount); in testAddAccountWithCallbackAndHandler()
469 validateOptions(null, mockAuthenticator.mOptionsUpdateCredentials); in testAddAccountWithCallbackAndHandler()
470 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccountWithCallbackAndHandler()
471 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccountWithCallbackAndHandler()
1016 validateOptions(null, mockAuthenticator.mOptionsAddAccount); in testGetAuthTokenWithFuture_Options_DefaultToken_Success()
[all …]