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.java168 Account account2 = new Account("name", "example2.com"); in testAuthTokenDeletes() local
169 long accId2 = mAccountsDb.insertCeAccount(account2, "password"); in testAuthTokenDeletes()
170 mAccountsDb.insertDeAccount(account2, accId2); in testAuthTokenDeletes()
174 Map<String, String> authTokensByAccount = mAccountsDb.findAuthTokensByAccount(account2); in testAuthTokenDeletes()
412 Account account2 = new Account("name2", "example2.com"); in testFindAllVisibilityValues() local
418 mAccountsDb.insertDeAccount(account2, accId2); in testFindAllVisibilityValues()
430 Map<String, Integer> accnt2Visibility = vis.get(account2); in testFindAllVisibilityValues()
436 accnt2Visibility = vis.get(account2); in testFindAllVisibilityValues()
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncOperationTest.java53 Account account2 = new Account("account2", "type2"); in testToKey() local
86 SyncOperation op4 = new SyncOperation(account2, 0, in testToKey()