Searched refs:AttachmentInfo (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/ |
D | AttachmentInfo.java | 41 public class AttachmentInfo { class 91 public AttachmentInfo(Context context, Attachment attachment) { in AttachmentInfo() method in AttachmentInfo 96 public AttachmentInfo(Context context, Cursor c) { in AttachmentInfo() method in AttachmentInfo 102 public AttachmentInfo(Context context, AttachmentInfo info) { in AttachmentInfo() method in AttachmentInfo 107 public AttachmentInfo(Context context, long id, long size, String fileName, String mimeType, in AttachmentInfo() method in AttachmentInfo 242 return ((AttachmentInfo) o).mId == mId; in equals()
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | AttachmentService.java | 35 import com.android.email.AttachmentInfo; 772 final AttachmentInfo attachInfo = new AttachmentInfo(context, att); in onChange() 939 final AttachmentInfo info = new AttachmentInfo(this, att); in processQueue()
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
D | AttachmentProviderTests.java | 30 import com.android.email.AttachmentInfo; 226 Attachment.CONTENT_URI, AttachmentInfo.PROJECTION, in testInboxQuery() 237 Attachment.CONTENT_URI, AttachmentInfo.PROJECTION, in testInboxQuery()
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsUtils.java | 1438 public static class AttachmentInfo { class in MmsUtils
|