Searched defs:notifyPackageChanged (Results 1 – 3 of 3) 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
110 public void notifyPackageChanged(String packageName, int uid) { in testPackageRemoval() method in PackageManagerServiceTest.PackageSenderImpl