Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java229 long matchingGrantsCount = mAccountsDb.findMatchingGrantsCount( in testGrantsInsertFindDelete() local
231 assertEquals(1, matchingGrantsCount); in testGrantsInsertFindDelete()
233 matchingGrantsCount = mAccountsDb.findMatchingGrantsCount( in testGrantsInsertFindDelete()
235 assertEquals(0, matchingGrantsCount); in testGrantsInsertFindDelete()
237 matchingGrantsCount = mAccountsDb.findMatchingGrantsCountAnyToken(testUid, account); in testGrantsInsertFindDelete()
238 assertEquals(1, matchingGrantsCount); in testGrantsInsertFindDelete()