Searched refs:matchingGrantsCount (Results 1 – 1 of 1) sorted by relevance
231 long matchingGrantsCount = mAccountsDb.findMatchingGrantsCount( in testGrantsInsertFindDelete() local233 assertEquals(1, matchingGrantsCount); in testGrantsInsertFindDelete()235 matchingGrantsCount = mAccountsDb.findMatchingGrantsCount( in testGrantsInsertFindDelete()237 assertEquals(0, matchingGrantsCount); in testGrantsInsertFindDelete()239 matchingGrantsCount = mAccountsDb.findMatchingGrantsCountAnyToken(testUid, account); in testGrantsInsertFindDelete()240 assertEquals(1, matchingGrantsCount); in testGrantsInsertFindDelete()