HomeSort by relevance Sort by last modified time
    Searched refs:hprofUri (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DumpTruck.java 52 private Uri hprofUri;
70 hprofUri = null;
115 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile);
131 return hprofUri;
147 if (hprofUri != null) {
149 shareIntent.putExtra(Intent.EXTRA_STREAM, hprofUri);
LeakReporter.java 107 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile);
129 clipData.addItem(new ClipData.Item(null, null, null, hprofUri));
130 attachments.add(hprofUri);

Completed in 74 milliseconds