Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java61 public Bundle mOptionsStartUpdateCredentialsSession; field in MockAccountAuthenticator
129 mOptionsStartUpdateCredentialsSession = null; in clearData()
399 mOptionsStartUpdateCredentialsSession = options; in startUpdateCredentialsSession()
DAccountManagerTest.java3253 validateOptions(null, mockAuthenticator.mOptionsStartUpdateCredentialsSession);
3264 validateOptions(options, mockAuthenticator.mOptionsStartUpdateCredentialsSession);
3265 assertNotNull(mockAuthenticator.mOptionsStartUpdateCredentialsSession);
3266 assertEquals(accountName, mockAuthenticator.mOptionsStartUpdateCredentialsSession
3270 assertNotNull(mockAuthenticator.mOptionsStartUpdateCredentialsSession
3289 validateOptions(null, mockAuthenticator.mOptionsStartUpdateCredentialsSession);
4146 validateOptions(null, mockAuthenticator.mOptionsStartUpdateCredentialsSession);