Searched refs:allUidGrants (Results 1 – 1 of 1) sorted by relevance
225 List<Integer> allUidGrants = mAccountsDb.findAllUidGrants(); in testGrantsInsertFindDelete() local227 assertEquals(expectedUids, allUidGrants); in testGrantsInsertFindDelete()246 allUidGrants = mAccountsDb.findAllUidGrants(); in testGrantsInsertFindDelete()247 assertTrue("Test grants should be removed", allUidGrants.isEmpty()); in testGrantsInsertFindDelete()