Home
last modified time | relevance | path

Searched refs:allUidGrants (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java225 List<Integer> allUidGrants = mAccountsDb.findAllUidGrants(); in testGrantsInsertFindDelete() local
227 assertEquals(expectedUids, allUidGrants); in testGrantsInsertFindDelete()
246 allUidGrants = mAccountsDb.findAllUidGrants(); in testGrantsInsertFindDelete()
247 assertTrue("Test grants should be removed", allUidGrants.isEmpty()); in testGrantsInsertFindDelete()