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()
702 final String reportPackage; in handlePostDumpHeapNotification() local713 reportPackage = val.second; in handlePostDumpHeapNotification()716 reportPackage = null; in handlePostDumpHeapNotification()739 dumpFinishedIntent.putExtra(EXTRA_HEAP_DUMP_REPORT_PACKAGE, reportPackage); in handlePostDumpHeapNotification()747 String reportPackage) { in setDumpHeapDebugLimit() argument750 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()
14992 String reportPackage) { in setDumpHeapDebugLimit() argument15009 if (reportPackage != null && !proc.getPkgList().containsKey(reportPackage)) { in setDumpHeapDebugLimit()15010 throw new SecurityException("Package " + reportPackage + " is not running in " in setDumpHeapDebugLimit()15015 mAppProfiler.setDumpHeapDebugLimit(processName, uid, maxMemSize, reportPackage); in setDumpHeapDebugLimit()
492 in String reportPackage); in setDumpHeapDebugLimit() argument