Searched refs:hprofFile (Results 1 – 1 of 1) sorted by relevance
81 File hprofFile = new File(leakDir, LEAK_HPROF); in dumpLeak() local82 Debug.dumpHprofData(hprofFile.getAbsolutePath()); in dumpLeak()111 getIntent(hprofFile, dumpFile), in dumpLeak()121 private Intent getIntent(File hprofFile, File dumpFile) { in getIntent() argument123 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile); in getIntent()