OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAttachmentType
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java
125
private int
mAttachmentType
;
208
mAttachmentType
= TEXT;
257
mAttachmentType
= SLIDESHOW;
261
mAttachmentType
= IMAGE;
263
mAttachmentType
= VIDEO;
265
mAttachmentType
= AUDIO;
379
mAttachmentType
= TEXT;
443
if (type == TEXT &&
mAttachmentType
== SLIDESHOW && mSlideshow != null && dataUri == null
456
// If we were successful, update
mAttachmentType
and notify
459
mAttachmentType
= type
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java
99
int
mAttachmentType
;
184
mAttachmentType
= cursor.getInt(columnsMap.mColumnMmsTextOnly) != 0 ?
328
mAttachmentType
= MessageUtils.getAttachmentType(mSlideshow, msg);
MessageListItem.java
375
" mMessageItem.
mAttachmentType
: " + mMessageItem.
mAttachmentType
+
378
if (mMessageItem.
mAttachmentType
!= WorkingMessage.TEXT) {
562
switch (msgItem.
mAttachmentType
) {
690
switch(msgItem.
mAttachmentType
) {
[
all
...]
ComposeMessageActivity.java
479
switch (msgItem.
mAttachmentType
) {
[
all
...]
/packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java
365
public final int
mAttachmentType
;
397
mAttachmentType
= attachmentType;
419
if (
mAttachmentType
> WorkingMessage.TEXT) {
423
spannableStringBuilder.append(getAttachmentTypeString(context,
mAttachmentType
));
463
if (
mAttachmentType
> WorkingMessage.TEXT) {
467
spannableStringBuilder.append(getAttachmentTypeString(context,
mAttachmentType
));
[
all
...]
Completed in 149 milliseconds