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

/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java115 type = MtpConstants.TYPE_STR;
119 type = MtpConstants.TYPE_STR;
123 type = MtpConstants.TYPE_STR;
127 type = MtpConstants.TYPE_STR;
131 type = MtpConstants.TYPE_STR;
152 type = MtpConstants.TYPE_STR;
155 type = MtpConstants.TYPE_STR;
158 type = MtpConstants.TYPE_STR;
162 type = MtpConstants.TYPE_STR;
166 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.java149 private static final String TYPE_STR = "type"; field in class:IntentFilter
1291 serializer.startTag(null, TYPE_STR);
1295 serializer.endTag(null, TYPE_STR);
1372 } else if (tagName.equals(TYPE_STR)) {

Completed in 96 milliseconds