Searched refs:hprofUri (Results 1 – 2 of 2) sorted by relevance
55 private Uri hprofUri; field in DumpTruck74 hprofUri = null; in captureHeaps()120 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile); in captureHeaps()121 Log.v(TAG, "Heap dump accessible at URI: " + hprofUri); in captureHeaps()137 return hprofUri; in getDumpUri()154 if (hprofUri != null) { in createShareIntent()156 uriList.add(hprofUri); in createShareIntent()164 new ClipData.Item(hprofUri)); in createShareIntent()
118 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile); in getIntent() local140 clipData.addItem(new ClipData.Item(null, null, null, hprofUri)); in getIntent()141 attachments.add(hprofUri); in getIntent()