Searched refs:getDexUseInfoMap (Results 1 – 3 of 3) sorted by relevance
211 assertTrue(pui.getDexUseInfoMap().isEmpty()); in testNotifyPrimaryForeignUse()225 assertEquals(fooSecondaries.size(), pui.getDexUseInfoMap().size()); in testNotifySecondary()242 assertEquals(secondaries.size(), pui.getDexUseInfoMap().size()); in testNotifyPrimaryAndSecondary()264 assertEquals(barSecondaries.size(), pui.getDexUseInfoMap().size()); in testNotifySecondaryForeign()290 pui.getDexUseInfoMap().size()); in testNotifySequence()299 assertEquals(fooSecondaries.size(), pui.getDexUseInfoMap().size()); in testNotifySequence()369 assertEquals(newSecondaries.size(), pui.getDexUseInfoMap().size()); in testNotifyPackageInstallUsedByOther()386 assertEquals(newSecondaries.size(), pui.getDexUseInfoMap().size()); in testNotifyPackageInstallSelfUse()399 assertTrue(pui.getDexUseInfoMap().isEmpty()); in testNotifyPackageUpdated()484 assertTrue(pui.getDexUseInfoMap().isEmpty()); in testNotifyPackageDataDestroyForeignUse()[all …]
746 public Map<String, DexUseInfo> getDexUseInfoMap() { in getDexUseInfoMap() method in PackageDexUsage.PackageUseInfo
640 Map<String, DexUseInfo> dexUseInfoMap = pInfo.getDexUseInfoMap(); in assertPackageDexUsage()