Searched refs:pckg (Results 1 – 6 of 6) sorted by relevance
68 public boolean userOwnsPackage(int uid, String pckg) throws NameNotFoundException; in userOwnsPackage() argument79 public SSLContext getSSLContextForPackage(Context context, String pckg) in getSSLContextForPackage() argument
818 String pckg = values.getAsString(Downloads.Impl.COLUMN_NOTIFICATION_PACKAGE); in insert() local820 if (pckg != null && (clazz != null || isPublicApi)) { in insert()823 if (uid == 0 || mSystemFacade.userOwnsPackage(uid, pckg)) { in insert()824 filteredValues.put(Downloads.Impl.COLUMN_NOTIFICATION_PACKAGE, pckg); in insert()
130 public boolean userOwnsPackage(int uid, String pckg) throws NameNotFoundException { in userOwnsPackage() argument140 public SSLContext getSSLContextForPackage(Context context, String pckg) { in getSSLContextForPackage() argument
1021 for (String pckg : packages) { in broadcastPermissionChange()1025 intent.setPackage(pckg); in broadcastPermissionChange()
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
11417 for (String pckg : context.getResources() in getThermalMitigationAllowlist()11419 sThermalMitigationAllowlistedPackages.add(pckg); in getThermalMitigationAllowlist()