Searched refs:validateOptions (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 264 private void validateOptions(Bundle expectedOptions, Bundle actualOptions) { in validateOptions() method in AccountManagerTest 450 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsAddAccount); in testAddAccount() 452 validateOptions(null, mockAuthenticator.mOptionsUpdateCredentials); in testAddAccount() 453 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccount() 454 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccount() 515 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsAddAccount); in testAddAccountWithCallbackAndHandler() 516 validateOptions(null, mockAuthenticator.mOptionsUpdateCredentials); in testAddAccountWithCallbackAndHandler() 517 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccountWithCallbackAndHandler() 518 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccountWithCallbackAndHandler() 1088 validateOptions(null, mockAuthenticator.mOptionsAddAccount); in testGetAuthTokenWithFuture_Options_DefaultToken_Success() [all …]
|