Searched refs:getBackgroundInstalledPackages (Results 1 – 7 of 7) sorted by relevance
150 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testInitBackgroundInstalledPackages_empty()152 assertNotNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testInitBackgroundInstalledPackages_empty()153 assertEquals(0, mBackgroundInstallControlService.getBackgroundInstalledPackages().size()); in testInitBackgroundInstalledPackages_empty()181 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testInitBackgroundInstalledPackages_one()183 var packages = mBackgroundInstallControlService.getBackgroundInstalledPackages(); in testInitBackgroundInstalledPackages_one()221 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testInitBackgroundInstalledPackages_two()223 var packages = mBackgroundInstallControlService.getBackgroundInstalledPackages(); in testInitBackgroundInstalledPackages_two()232 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testWriteBackgroundInstalledPackagesToDisk_empty()234 var packages = mBackgroundInstallControlService.getBackgroundInstalledPackages(); in testWriteBackgroundInstalledPackagesToDisk_empty()287 assertNull(mBackgroundInstallControlService.getBackgroundInstalledPackages()); in testWriteBackgroundInstalledPackagesToDisk_one()[all …]
90 public @NonNull List<PackageInfo> getBackgroundInstalledPackages( in getBackgroundInstalledPackages() method in BackgroundInstallControlManager95 .getBackgroundInstalledPackages(flags, mContext.getUserId()) in getBackgroundInstalledPackages()
26 ParceledListSlice getBackgroundInstalledPackages(long flags, int userId); in getBackgroundInstalledPackages() method
159 public ParceledListSlice<PackageInfo> getBackgroundInstalledPackages( in getBackgroundInstalledPackages() method in BackgroundInstallControlService.BinderService165 return mService.getBackgroundInstalledPackages(flags, userId); in getBackgroundInstalledPackages()174 return mService.getBackgroundInstalledPackages(flags, userId); in getBackgroundInstalledPackages()199 ParceledListSlice<PackageInfo> getBackgroundInstalledPackages( in getBackgroundInstalledPackages() method in BackgroundInstallControlService520 SparseSetArray<String> getBackgroundInstalledPackages() { in getBackgroundInstalledPackages() method in BackgroundInstallControlService
94 return bics.getBackgroundInstalledPackages( in testGetMockBackgroundInstalledPackages()
1700 slice = iBics.getBackgroundInstalledPackages( in getNewlyInstalledMbas()
892 …CKAGES) public java.util.List<android.content.pm.PackageInfo> getBackgroundInstalledPackages(long);