Searched refs:validateOptions (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 287 private void validateOptions(Bundle expectedOptions, Bundle actualOptions) { in validateOptions() method in AccountManagerTest 473 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsAddAccount); in testAddAccount() 475 validateOptions(null, mockAuthenticator.mOptionsUpdateCredentials); in testAddAccount() 476 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccount() 477 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccount() 538 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsAddAccount); in testAddAccountWithCallbackAndHandler() 539 validateOptions(null, mockAuthenticator.mOptionsUpdateCredentials); in testAddAccountWithCallbackAndHandler() 540 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccountWithCallbackAndHandler() 541 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccountWithCallbackAndHandler() 1318 validateOptions(null, mockAuthenticator.mOptionsAddAccount); in testGetAuthTokenWithFuture_Options_DefaultToken_Success() [all …]
|