Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java59 public Bundle mOptionsGetAuthToken; field in MockAccountAuthenticator
126 mOptionsGetAuthToken = null; in clearData()
234 this.mOptionsGetAuthToken = options; in getAuthToken()
DAccountManagerTest.java491 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccount()
555 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccountWithCallbackAndHandler()
1335 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenWithFuture_Options_DefaultToken_Success()
1336 validateSystemOptions(mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenWithFuture_Options_DefaultToken_Success()
1634 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
1650 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
1666 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
1682 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
3251 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken);
3275 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken);
[all …]