Searched refs:pckg (Results 1 – 3 of 3) sorted by relevance
604 String pckg = values.getAsString(Downloads.Impl.COLUMN_NOTIFICATION_PACKAGE); in insert() local606 if (pckg != null && (clazz != null || isPublicApi)) { in insert()609 if (uid == 0 || mSystemFacade.userOwnsPackage(uid, pckg)) { in insert()610 filteredValues.put(Downloads.Impl.COLUMN_NOTIFICATION_PACKAGE, pckg); in insert()
63 public boolean userOwnsPackage(int uid, String pckg) throws NameNotFoundException; in userOwnsPackage() argument
81 public boolean userOwnsPackage(int uid, String pckg) throws NameNotFoundException { in userOwnsPackage() argument