Home
last modified time | relevance | path

Searched refs:reportPackage (Results 1 – 3 of 3) 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/core/java/android/app/
DIActivityManager.aidl495 in String reportPackage); in setDumpHeapDebugLimit() argument
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1879 final String reportPackage; in handleMessage() local
1890 reportPackage = val.second; in handleMessage()
1893 reportPackage = null; in handleMessage()
1915 dumpFinishedIntent.putExtra(EXTRA_HEAP_DUMP_REPORT_PACKAGE, reportPackage); in handleMessage()
18632 String reportPackage) { in setDumpHeapDebugLimit() argument
18649 if (reportPackage != null && !proc.pkgList.containsKey(reportPackage)) { in setDumpHeapDebugLimit()
18650 throw new SecurityException("Package " + reportPackage + " is not running in " in setDumpHeapDebugLimit()
18657 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()