Searched refs:TYPE_STR (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java112 type = MtpConstants.TYPE_STR;
116 type = MtpConstants.TYPE_STR;
120 type = MtpConstants.TYPE_STR;
124 type = MtpConstants.TYPE_STR;
128 type = MtpConstants.TYPE_STR;
149 type = MtpConstants.TYPE_STR;
152 type = MtpConstants.TYPE_STR;
155 type = MtpConstants.TYPE_STR;
159 type = MtpConstants.TYPE_STR;
163 type = MtpConstants.TYPE_STR;
[all...]
H A DMtpPropertyList.java71 mDataTypes[index] = MtpConstants.TYPE_STR;
H A DMtpConstants.java68 public static final int TYPE_STR = 0xFFFF; field in class:MtpConstants
/frameworks/base/core/java/android/content/
H A DIntentFilter.java150 private static final String TYPE_STR = "type"; field in class:IntentFilter
1548 serializer.startTag(null, TYPE_STR);
1552 serializer.endTag(null, TYPE_STR);
1632 } else if (tagName.equals(TYPE_STR)) {

Completed in 96 milliseconds