Home
last modified time | relevance | path

Searched refs:reportPackage (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpReceiver.java137 final String reportPackage = intent.getStringExtra( in showDumpNotification() local
166 if (reportPackage != null) { in showDumpNotification()
167 shareIntent.putExtra(EXTRA_REPORT_PACKAGE, reportPackage); in showDumpNotification()
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java706 final String reportPackage; in handlePostDumpHeapNotification() local
717 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() argument
754 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()
DActivityManagerService.java16157 String reportPackage) { in setDumpHeapDebugLimit() argument
16171 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()
/frameworks/base/core/java/android/app/
DIActivityManager.aidl508 in String reportPackage); in setDumpHeapDebugLimit() argument