OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_IMAGE
(Results
1 - 4
of
4
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java
121
String
TYPE_IMAGE
= "http://ns.adobe.com/xap/1.0/g/img/";
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java
86
private static final String
TYPE_IMAGE
= "image";
146
AUTHORITY, getDocIdForIdent(
TYPE_IMAGE
, id));
219
} else if (
TYPE_IMAGE
.equals(ident.type)) {
424
if (
TYPE_IMAGE
.equals(ident.type) && ident.id != -1) {
457
} else if (
TYPE_IMAGE
.equals(ident.type)) {
602
final String docId = getDocIdForIdent(
TYPE_IMAGE
, id);
[
all
...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java
246
else if (
TYPE_IMAGE
.equals(schema))
XMPSchemaRegistryImpl.java
233
registerNamespace(
TYPE_IMAGE
, "xmpGImg");
Completed in 4389 milliseconds