Searched refs:hprofUri (Results 1 – 2 of 2) sorted by relevance
56 private Uri hprofUri; field in DumpTruck75 hprofUri = null; in captureHeaps()119 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile); in captureHeaps()120 Log.v(TAG, "Heap dump accessible at URI: " + hprofUri); in captureHeaps()136 return hprofUri; in getDumpUri()153 if (hprofUri != null) { in createShareIntent()155 uriList.add(hprofUri); in createShareIntent()163 new ClipData.Item(hprofUri)); in createShareIntent()
123 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile); in getIntent() local145 clipData.addItem(new ClipData.Item(null, null, null, hprofUri)); in getIntent()146 attachments.add(hprofUri); in getIntent()