Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/mtp/
DMtpPropertyGroup.java114 type = MtpConstants.TYPE_STR; in createProperty()
118 type = MtpConstants.TYPE_STR; in createProperty()
122 type = MtpConstants.TYPE_STR; in createProperty()
126 type = MtpConstants.TYPE_STR; in createProperty()
130 type = MtpConstants.TYPE_STR; in createProperty()
151 type = MtpConstants.TYPE_STR; in createProperty()
154 type = MtpConstants.TYPE_STR; in createProperty()
157 type = MtpConstants.TYPE_STR; in createProperty()
161 type = MtpConstants.TYPE_STR; in createProperty()
165 type = MtpConstants.TYPE_STR; in createProperty()
[all …]
DMtpPropertyList.java71 mDataTypes[index] = MtpConstants.TYPE_STR; in append()
DMtpConstants.java68 public static final int TYPE_STR = 0xFFFF; field in MtpConstants
/frameworks/base/core/java/android/content/
DIntentFilter.java149 private static final String TYPE_STR = "type"; field in IntentFilter
1350 serializer.startTag(null, TYPE_STR); in writeToXml()
1354 serializer.endTag(null, TYPE_STR); in writeToXml()
1431 } else if (tagName.equals(TYPE_STR)) { in readFromXml()