Searched refs:notifyPackageChanged (Results 1 – 6 of 6) sorted by relevance
38 void notifyPackageChanged(String packageName, int uid); in notifyPackageChanged() method
354 public void notifyPackageChanged(String packageName) throws LegacyDexoptDisabledException { in notifyPackageChanged() method in BackgroundDexOptService
2567 BackgroundDexOptService.getService().notifyPackageChanged(packageName); in executePostCommitStepsLIF()3055 mPm.notifyPackageChanged(packageName, request.getAppId()); in handlePackagePostInstall()
3136 public void notifyPackageChanged(String packageName, int uid) {
263 mService.notifyPackageChanged(PACKAGE_AAA); in testIdleJobFullRunWithFailureOnceAndSuccessAfterUpdate()
110 public void notifyPackageChanged(String packageName, int uid) { in testPackageRemoval() method in PackageManagerServiceTest.PackageSenderImpl