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()
233 this.mOptionsGetAuthToken = options; in getAuthToken()
DAccountManagerTest.java477 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccount()
541 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccountWithCallbackAndHandler()
1321 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenWithFuture_Options_DefaultToken_Success()
1322 validateSystemOptions(mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenWithFuture_Options_DefaultToken_Success()
1620 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
1636 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
1652 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
1668 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
3237 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken);
3261 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken);
[all …]