Searched refs:validateOptions (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 301 private void validateOptions(Bundle expectedOptions, Bundle actualOptions) { in validateOptions() method in AccountManagerTest 487 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsAddAccount); in testAddAccount() 489 validateOptions(null, mockAuthenticator.mOptionsUpdateCredentials); in testAddAccount() 490 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccount() 491 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccount() 552 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsAddAccount); in testAddAccountWithCallbackAndHandler() 553 validateOptions(null, mockAuthenticator.mOptionsUpdateCredentials); in testAddAccountWithCallbackAndHandler() 554 validateOptions(null, mockAuthenticator.mOptionsConfirmCredentials); in testAddAccountWithCallbackAndHandler() 555 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccountWithCallbackAndHandler() 1332 validateOptions(null, mockAuthenticator.mOptionsAddAccount); in testGetAuthTokenWithFuture_Options_DefaultToken_Success() [all …]
|
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/ |
D | CtsConfigLoadingTest.java | 228 c.validateOptions(); in testConfigurationLoad()
|
D | CommonConfigLoadingTest.java | 265 c.validateOptions(); in testConfigurationLoad()
|