Searched refs:reportPackage (Results 1 – 2 of 2) sorted by relevance
461 in String reportPackage); in setDumpHeapDebugLimit() argument
1789 final String reportPackage; in handleMessage() local1804 reportPackage = val.second; in handleMessage()1807 reportPackage = null; in handleMessage()1835 if (reportPackage != null) { in handleMessage()1836 intent.putExtra(DumpHeapActivity.KEY_DIRECT_LAUNCH, reportPackage); in handleMessage()17483 String reportPackage) { in setDumpHeapDebugLimit() argument17500 if (reportPackage != null && !proc.pkgList.containsKey(reportPackage)) { in setDumpHeapDebugLimit()17501 throw new SecurityException("Package " + reportPackage + " is not running in " in setDumpHeapDebugLimit()17508 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()