Searched refs:pckg (Results 1 – 3 of 3) sorted by relevance
129 String pckg = cursor.getString(packageColumn); in onReceive() local131 if (pckg != null && clazz != null) { in onReceive()133 appIntent.setClassName(pckg, clazz); in onReceive()
61 String pckg, String clazz, String extras, String cookies, in DownloadInfo() argument78 mPackage = pckg; in DownloadInfo()
295 String pckg = values.getAsString(Downloads.COLUMN_NOTIFICATION_PACKAGE); in insert() local297 if (pckg != null && clazz != null) { in insert()301 getContext().getPackageManager().getApplicationInfo(pckg, 0).uid == uid) { in insert()302 filteredValues.put(Downloads.COLUMN_NOTIFICATION_PACKAGE, pckg); in insert()