Searched refs:hprofFile (Results 1 – 1 of 1) sorted by relevance
83 File hprofFile = new File(leakDir, LEAK_HPROF); in dumpLeak() local84 Debug.dumpHprofData(hprofFile.getAbsolutePath()); in dumpLeak()113 getIntent(hprofFile, dumpFile), in dumpLeak()123 private Intent getIntent(File hprofFile, File dumpFile) { in getIntent() argument125 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile); in getIntent()