Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIActivityManager.aidl462 in String reportPackage); in setDumpHeapDebugLimit() argument
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1789 final String reportPackage; in handleMessage() local
1804 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() argument
17508 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()