Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java169 long accId2 = mAccountsDb.insertCeAccount(account2, "password"); in testAuthTokenDeletes() local
170 mAccountsDb.insertDeAccount(account2, accId2); in testAuthTokenDeletes()
171 mAccountsDb.insertAuthToken(accId2, "type", "token"); in testAuthTokenDeletes()
173 mAccountsDb.deleteAuthTokensByAccountId(accId2); in testAuthTokenDeletes()
408 long accId2 = 11; in testFindAllVisibilityValues() local
418 mAccountsDb.insertDeAccount(account2, accId2); in testFindAllVisibilityValues()
422 mAccountsDb.setAccountVisibility(accId2, packageName1, 1); in testFindAllVisibilityValues()
434 mAccountsDb.setAccountVisibility(accId2, packageName2, 3); in testFindAllVisibilityValues()