Home
last modified time | relevance | path

Searched refs:hprofUri (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DDumpTruck.java52 private Uri hprofUri; field in DumpTruck
70 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()
DLeakReporter.java107 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile); in getIntent() local
129 clipData.addItem(new ClipData.Item(null, null, null, hprofUri)); in getIntent()
130 attachments.add(hprofUri); in getIntent()