Searched refs:findAllUidGrants (Results 1 – 3 of 3) sorted by relevance
207 List<Integer> allUidGrants = mAccountsDb.findAllUidGrants(); in testGrantsInsertFindDelete()228 allUidGrants = mAccountsDb.findAllUidGrants(); in testGrantsInsertFindDelete()
858 List<Integer> findAllUidGrants() { in findAllUidGrants() method in AccountsDb
1351 List<Integer> uids = accounts.accountsDb.findAllUidGrants(); in purgeOldGrants()