Searched refs:reportPackage (Results 1 – 4 of 4) 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()
706 final String reportPackage; in handlePostDumpHeapNotification() local717 reportPackage = val.second; in handlePostDumpHeapNotification()720 reportPackage = null; in handlePostDumpHeapNotification()743 dumpFinishedIntent.putExtra(EXTRA_HEAP_DUMP_REPORT_PACKAGE, reportPackage); in handlePostDumpHeapNotification()751 String reportPackage) { in setDumpHeapDebugLimit() argument754 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()
16157 String reportPackage) { in setDumpHeapDebugLimit() argument16171 if (reportPackage != null && !proc.getPkgList().containsKey(reportPackage)) { in setDumpHeapDebugLimit()16172 throw new SecurityException("Package " + reportPackage + " is not running in " in setDumpHeapDebugLimit()16177 mAppProfiler.setDumpHeapDebugLimit(processName, uid, maxMemSize, reportPackage); in setDumpHeapDebugLimit()
508 in String reportPackage); in setDumpHeapDebugLimit() argument