OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COL_MIME_TYPE
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/data/
VideoDataQuery.java
27
public static final int
COL_MIME_TYPE
= 2;
PhotoDataQuery.java
31
public static final int
COL_MIME_TYPE
= 2;
PhotoDataFactory.java
35
String mimeType = c.getString(PhotoDataQuery.
COL_MIME_TYPE
);
VideoDataFactory.java
38
String mimeType = c.getString(VideoDataQuery.
COL_MIME_TYPE
);
Completed in 101 milliseconds