HomeSort by relevance Sort by last modified time
    Searched defs:AttachmentInfo (Results 1 - 3 of 3) sorted by null

  /external/skia/include/views/
SkWindow.h 34 struct AttachmentInfo {
95 GrRenderTarget* renderTarget(const AttachmentInfo& attachmentInfo,
  /packages/apps/Email/provider_src/com/android/email/
AttachmentInfo.java 41 public class AttachmentInfo {
91 public AttachmentInfo(Context context, Attachment attachment) {
96 public AttachmentInfo(Context context, Cursor c) {
102 public AttachmentInfo(Context context, AttachmentInfo info) {
107 public AttachmentInfo(Context context, long id, long size, String fileName, String mimeType,
242 return ((AttachmentInfo) o).mId == mId;
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java     [all...]

Completed in 573 milliseconds