Searched refs:reportPackage (Results 1 – 3 of 3) sorted by relevance
137 final String reportPackage = intent.getStringExtra( in showDumpNotification() local166 if (reportPackage != null) { in showDumpNotification()167 shareIntent.putExtra(EXTRA_REPORT_PACKAGE, reportPackage); in showDumpNotification()
495 in String reportPackage); in setDumpHeapDebugLimit() argument
1879 final String reportPackage; in handleMessage() local1890 reportPackage = val.second; in handleMessage()1893 reportPackage = null; in handleMessage()1915 dumpFinishedIntent.putExtra(EXTRA_HEAP_DUMP_REPORT_PACKAGE, reportPackage); in handleMessage()18632 String reportPackage) { in setDumpHeapDebugLimit() argument18649 if (reportPackage != null && !proc.pkgList.containsKey(reportPackage)) { in setDumpHeapDebugLimit()18650 throw new SecurityException("Package " + reportPackage + " is not running in " in setDumpHeapDebugLimit()18657 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()