Searched refs:hprofFile (Results 1 – 1 of 1) sorted by relevance
80 File hprofFile = new File(leakDir, LEAK_HPROF); in dumpLeak() local81 Debug.dumpHprofData(hprofFile.getAbsolutePath()); in dumpLeak()108 getIntent(hprofFile, dumpFile), in dumpLeak()116 private Intent getIntent(File hprofFile, File dumpFile) { in getIntent() argument118 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile); in getIntent()