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.java702 final String reportPackage; in handlePostDumpHeapNotification() local
713 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() argument
750 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()
DActivityManagerService.java14992 String reportPackage) { in setDumpHeapDebugLimit() argument
15009 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()
/frameworks/base/core/java/android/app/
DIActivityManager.aidl492 in String reportPackage); in setDumpHeapDebugLimit() argument