OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVCardType
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
ContentType.java
114
||
isVCardType
(contentType);
130
public static boolean
isVCardType
(final String contentType) {
149
ContentType.isImageType(contentType) || ContentType.
isVCardType
(contentType);
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ShareIntentActivity.java
91
ContentType.
isVCardType
(contentType) ||
ConversationListItemView.java
638
} else if (ContentType.
isVCardType
(previewContentType)) {
/packages/apps/Messaging/src/com/android/messaging/widget/
WidgetConversationListService.java
229
} else if (ContentType.
isVCardType
(previewContentType)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessagePartData.java
308
return ContentType.
isVCardType
(mContentType);
/packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreviewFactory.java
80
} else if (ContentType.
isVCardType
(contentType)) {
/packages/apps/Messaging/src/com/android/messaging/sms/
DatabaseMessages.java
815
|| ContentType.
isVCardType
(mContentType);
[
all
...]
MmsUtils.java
309
} else if (ContentType.
isVCardType
(contentType)) {
355
} else if (ContentType.
isVCardType
(contentType)) {
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java
[
all
...]
MessageNotificationState.java
489
} else if (ContentType.
isVCardType
(mAttachmentType)) {
[
all
...]
Completed in 37 milliseconds