Searched refs:reportPackage (Results 1 – 2 of 2) sorted by relevance
462 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()17491 String reportPackage) { in setDumpHeapDebugLimit() argument17508 if (reportPackage != null && !proc.pkgList.containsKey(reportPackage)) { in setDumpHeapDebugLimit()17509 throw new SecurityException("Package " + reportPackage + " is not running in " in setDumpHeapDebugLimit()17516 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()