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()
396 mOptionsStartUpdateCredentialsSession = options; in startUpdateCredentialsSession()
DAccountManagerTest.java3239 validateOptions(null, mockAuthenticator.mOptionsStartUpdateCredentialsSession);
3250 validateOptions(options, mockAuthenticator.mOptionsStartUpdateCredentialsSession);
3251 assertNotNull(mockAuthenticator.mOptionsStartUpdateCredentialsSession);
3252 assertEquals(accountName, mockAuthenticator.mOptionsStartUpdateCredentialsSession
3256 assertNotNull(mockAuthenticator.mOptionsStartUpdateCredentialsSession
3275 validateOptions(null, mockAuthenticator.mOptionsStartUpdateCredentialsSession);
4132 validateOptions(null, mockAuthenticator.mOptionsStartUpdateCredentialsSession);