OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAttachmentType
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java
117
private int
mAttachmentType
;
200
mAttachmentType
= TEXT;
248
mAttachmentType
= SLIDESHOW;
252
mAttachmentType
= IMAGE;
254
mAttachmentType
= VIDEO;
256
mAttachmentType
= AUDIO;
352
mAttachmentType
= TEXT;
389
if (type == TEXT &&
mAttachmentType
== SLIDESHOW && mSlideshow != null && dataUri == null
416
// If we were successful, update
mAttachmentType
and notify
419
mAttachmentType
= type
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java
90
int
mAttachmentType
;
173
mAttachmentType
= MessageUtils.getAttachmentType(mSlideshow);
MessageListItem.java
296
if (msgItem.
mAttachmentType
!= WorkingMessage.TEXT) {
420
switch (msgItem.
mAttachmentType
) {
453
switch (mi.
mAttachmentType
) {
546
switch(msgItem.
mAttachmentType
) {
ComposeMessageActivity.java
[
all
...]
Completed in 296 milliseconds