Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java260 UpdateCredentialsTx updateCredentialsTx = providerBundle in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl() local
262 assertNotNull(updateCredentialsTx); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
265 assertEquals(Fixtures.ACCOUNT_DEFAULT, updateCredentialsTx.account); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
266 assertNull(updateCredentialsTx.authTokenType); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
268 validateSystemOptions(updateCredentialsTx.options); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
270 assertNotNull(updateCredentialsTx.options); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
271 assertEquals(accountName, updateCredentialsTx.options.getString(Fixtures.KEY_ACCOUNT_NAME)); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()