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.java55 private Uri hprofUri; field in DumpTruck
74 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()
DLeakReporter.java118 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile); in getIntent() local
140 clipData.addItem(new ClipData.Item(null, null, null, hprofUri)); in getIntent()
141 attachments.add(hprofUri); in getIntent()