Searched refs:allAccountGrants (Results 1 – 2 of 2) sorted by relevance
155 List<Pair<String, Integer>> allAccountGrants = accounts.accountsDb in backupAccountAccessPermissions() local157 if (allAccountGrants.isEmpty()) { in backupAccountAccessPermissions()169 for (Pair<String, Integer> grant : allAccountGrants) { in backupAccountAccessPermissions()
240 List<Pair<String, Integer>> allAccountGrants = mAccountsDb.findAllAccountGrants(); in testGrantsInsertFindDelete() local241 assertEquals(1, allAccountGrants.size()); in testGrantsInsertFindDelete()242 assertEquals(account.name, allAccountGrants.get(0).first); in testGrantsInsertFindDelete()243 assertEquals(testUid, (int)allAccountGrants.get(0).second); in testGrantsInsertFindDelete()