Searched refs:reportPackage (Results 1 – 3 of 3) sorted by relevance
137 final String reportPackage = intent.getStringExtra( in showDumpNotification() local166 if (reportPackage != null) { in showDumpNotification()167 shareIntent.putExtra(EXTRA_REPORT_PACKAGE, reportPackage); in showDumpNotification()
1115 final String reportPackage; in handlePostDumpHeapNotification() local1126 reportPackage = val.second; in handlePostDumpHeapNotification()1129 reportPackage = null; in handlePostDumpHeapNotification()1152 dumpFinishedIntent.putExtra(EXTRA_HEAP_DUMP_REPORT_PACKAGE, reportPackage); in handlePostDumpHeapNotification()1160 String reportPackage) { in setDumpHeapDebugLimit() argument1163 mMemWatchProcesses.put(processName, uid, new Pair(maxMemSize, reportPackage)); in setDumpHeapDebugLimit()
581 in String reportPackage); in setDumpHeapDebugLimit() argument