Home | History | Annotate | Download | only in providers

Lines Matching refs:partId

60      * Workaround for b/8070022 so that appending a null partId to the end of a
71 public String partId;
237 public Attachment(Context context, Part part, Uri emlFileUri, String messageId, String partId) {
249 uri = EmlAttachmentProvider.getAttachmentUri(emlFileUri, messageId, partId);
376 jsonObject.put("partId", partId);
559 if (partId != null ? !partId.equals(that.partId) : that.partId != null) {
583 int result = partId != null ? partId.hashCode() : 0;
637 partId == null ? "" : partId,