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.aidl474 in String reportPackage); in setDumpHeapDebugLimit() argument
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1800 final String reportPackage; in handleMessage() local
1815 reportPackage = val.second; in handleMessage()
1818 reportPackage = null; in handleMessage()
1846 if (reportPackage != null) { in handleMessage()
1847 intent.putExtra(DumpHeapActivity.KEY_DIRECT_LAUNCH, reportPackage); in handleMessage()
17601 String reportPackage) { in setDumpHeapDebugLimit() argument
17618 if (reportPackage != null && !proc.pkgList.containsKey(reportPackage)) { in setDumpHeapDebugLimit()
17619 throw new SecurityException("Package " + reportPackage + " is not running in " in setDumpHeapDebugLimit()
17626 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()