Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java150 Account account2 = new Account("name", "example2.com"); in testAuthTokenDeletes() local
151 long accId2 = mAccountsDb.insertCeAccount(account2, "password"); in testAuthTokenDeletes()
152 mAccountsDb.insertDeAccount(account2, accId2); in testAuthTokenDeletes()
156 Map<String, String> authTokensByAccount = mAccountsDb.findAuthTokensByAccount(account2); in testAuthTokenDeletes()
394 Account account2 = new Account("name2", "example2.com"); in testFindAllVisibilityValues() local
400 mAccountsDb.insertDeAccount(account2, accId2); in testFindAllVisibilityValues()
412 Map<String, Integer> accnt2Visibility = vis.get(account2); in testFindAllVisibilityValues()
418 accnt2Visibility = vis.get(account2); in testFindAllVisibilityValues()
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncOperationTest.java52 Account account2 = new Account("account2", "type2"); in testToKey() local
85 SyncOperation op4 = new SyncOperation(account2, 0, in testToKey()