Searched refs:hprofUri (Results 1 – 2 of 2) sorted by relevance
52 private Uri hprofUri; field in DumpTruck70 hprofUri = null; in captureHeaps()115 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile); in captureHeaps()131 return hprofUri; in getDumpUri()147 if (hprofUri != null) { in createShareIntent()149 shareIntent.putExtra(Intent.EXTRA_STREAM, hprofUri); in createShareIntent()
107 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile); in getIntent() local129 clipData.addItem(new ClipData.Item(null, null, null, hprofUri)); in getIntent()130 attachments.add(hprofUri); in getIntent()