Searched defs:mUiDestination (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java1145 public int mUiDestination; field in class:EmailContent.Attachment
1296 mUiDestination = cursor.getInt(CONTENT_UI_DESTINATION_COLUMN);
1316 values.put(AttachmentColumns.UI_DESTINATION, mUiDestination);
1348 dest.writeInt(mUiDestination);
1374 mUiDestination = in.readInt();
1396 + mUiDestination + "," + mUiDownloadedSize + "]";

Completed in 646 milliseconds