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.java57 public Bundle mOptionsGetAuthToken; field in MockAccountAuthenticator
116 mOptionsGetAuthToken = null; in clearData()
219 this.mOptionsGetAuthToken = options; in getAuthToken()
DAccountManagerTest.java430 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccount()
471 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testAddAccountWithCallbackAndHandler()
1019 validateOptions(OPTIONS_BUNDLE, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenWithFuture_Options_DefaultToken_Success()
1020 validateSystemOptions(mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenWithFuture_Options_DefaultToken_Success()
1318 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
1334 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
1350 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()
1366 validateOptions(null, mockAuthenticator.mOptionsGetAuthToken); in testGetAuthTokenByFeatures()