Searched defs:removingPackage (Results 1 - 3 of 3) sorted by path

/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java167 public void onPackagesChanged(boolean removingPackage, String[] pkgList) { argument
168 if (removingPackage) {
182 super.onPackagesChanged(removingPackage, pkgList);
H A DManagedServices.java236 public void onPackagesChanged(boolean removingPackage, String[] pkgList) { argument
237 if (DEBUG) Slog.d(TAG, "onPackagesChanged removingPackage=" + removingPackage
253 if (removingPackage) {
H A DRankingHelper.java1088 public void onPackagesChanged(boolean removingPackage, int changeUserId, String[] pkgList, argument
1094 if (removingPackage) {

Completed in 304 milliseconds