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()
474 in String reportPackage); in setDumpHeapDebugLimit() argument
1800 final String reportPackage; in handleMessage() local1815 reportPackage = val.second; in handleMessage()1818 reportPackage = null; in handleMessage()1846 if (reportPackage != null) { in handleMessage()1847 intent.putExtra(DumpHeapActivity.KEY_DIRECT_LAUNCH, reportPackage); in handleMessage()17601 String reportPackage) { in setDumpHeapDebugLimit() argument17618 if (reportPackage != null && !proc.pkgList.containsKey(reportPackage)) { in setDumpHeapDebugLimit()17619 throw new SecurityException("Package " + reportPackage + " is not running in " in setDumpHeapDebugLimit()17626 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()