OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVideoType
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/mms/src/java/com/google/android/mms/
ContentType.java
182
return
isVideoType
(contentType) && isSupportedType(contentType);
197
public static boolean
isVideoType
(String contentType) {
/packages/apps/Mms/src/com/android/mms/model/
MediaModelFactory.java
154
} else if (ContentType.
isVideoType
(contentType)) {
SmilHelper.java
232
} else if (ContentType.
isVideoType
(contentType)) {
SlideshowModel.java
181
if (ContentType.
isVideoType
(media.mContentType)
/packages/apps/Gallery/src/com/android/camera/
ImageGallery.java
482
} else if (
isVideoType
(type)) {
552
private boolean
isVideoType
(String type) {
575
if (
isVideoType
(type)) {
[
all
...]
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java
430
&& !ContentType.
isVideoType
(type)) {
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
[
all
...]
Completed in 367 milliseconds