Searched refs:getBackgroundInstalledPackages (Results 1 – 5 of 5) sorted by relevance
143 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testInitBackgroundInstalledPackages_empty()145 assertNotNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testInitBackgroundInstalledPackages_empty()178 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testInitBackgroundInstalledPackages_one()224 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testInitBackgroundInstalledPackages_two()235 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testWriteBackgroundInstalledPackagesToDisk_empty()288 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testWriteBackgroundInstalledPackagesToDisk_one()344 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testWriteBackgroundInstalledPackagesToDisk_two()540 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testHandleUsageEvent_packageAddedNoUsageEvent()577 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testHandleUsageEvent_packageAddedInsideTimeFrame()616 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testHandleUsageEvent_packageAddedInsideTimeFrame()[all …]
25 ParceledListSlice getBackgroundInstalledPackages(long flags, int userId); in getBackgroundInstalledPackages() method
127 public ParceledListSlice<PackageInfo> getBackgroundInstalledPackages( in getBackgroundInstalledPackages() method in BackgroundInstallControlService.BinderService130 return mService.getBackgroundInstalledPackages(flags, userId); in getBackgroundInstalledPackages()137 return mService.getBackgroundInstalledPackages(flags, userId); in getBackgroundInstalledPackages()145 ParceledListSlice<PackageInfo> getBackgroundInstalledPackages( in getBackgroundInstalledPackages() method in BackgroundInstallControlService422 SparseSetArray<String> getBackgroundInstalledPackages() { in getBackgroundInstalledPackages() method in BackgroundInstallControlService
54 ParceledListSlice<PackageInfo> slice = mIBics.getBackgroundInstalledPackages( in testGetMockBackgroundInstalledPackages()
1686 slice = iBics.getBackgroundInstalledPackages( in getNewlyInstalledMbas()