Searched refs:matchingGrantsCount (Results 1 – 1 of 1) sorted by relevance
229 long matchingGrantsCount = mAccountsDb.findMatchingGrantsCount( in testGrantsInsertFindDelete() local231 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()