Searched refs:hprofFile (Results 1 – 1 of 1) sorted by relevance
69 File hprofFile = new File(leakDir, LEAK_HPROF); in dumpLeak() local70 Debug.dumpHprofData(hprofFile.getAbsolutePath()); in dumpLeak()97 getIntent(hprofFile, dumpFile), in dumpLeak()105 private Intent getIntent(File hprofFile, File dumpFile) { in getIntent() argument107 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile); in getIntent()