Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakReporter.java83 File hprofFile = new File(leakDir, LEAK_HPROF); in dumpLeak() local
84 Debug.dumpHprofData(hprofFile.getAbsolutePath()); in dumpLeak()
113 getIntent(hprofFile, dumpFile), in dumpLeak()
123 private Intent getIntent(File hprofFile, File dumpFile) { in getIntent() argument
125 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile); in getIntent()