Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java117 Fixtures.ACCOUNT_DEFAULT, in testStartUpdateCredentialsSessionDefaultImpl()
227 Fixtures.ACCOUNT_DEFAULT, in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
265 assertEquals(Fixtures.ACCOUNT_DEFAULT, updateCredentialsTx.account); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DFixtures.java57 public static final Account ACCOUNT_DEFAULT = new Account( field in Fixtures