Searched defs:SLIDESHOW (Results 1 - 1 of 1) sorted by path

/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java122 public static final int SLIDESHOW = 4; field in class:WorkingMessage
133 // i.e. not SLIDESHOW, it will contain only one slide.
257 mAttachmentType = SLIDESHOW;
443 if (type == TEXT && mAttachmentType == SLIDESHOW && mSlideshow != null && dataUri == null
683 return (mAttachmentType == SLIDESHOW);

Completed in 39 milliseconds