Home | History | Annotate | Download | only in notification

Lines Matching refs:pkgList

220     public void onPackagesChanged(boolean removingPackage, String[] pkgList) {
222 + " pkgList=" + (pkgList == null ? null : Arrays.asList(pkgList))
226 if (pkgList != null && (pkgList.length > 0)) {
227 for (String pkgName : pkgList) {