Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/mtp/
DMtpPropertyGroup.java92 type = MtpConstants.TYPE_STR; in createProperty()
95 type = MtpConstants.TYPE_STR; in createProperty()
98 type = MtpConstants.TYPE_STR; in createProperty()
101 type = MtpConstants.TYPE_STR; in createProperty()
105 type = MtpConstants.TYPE_STR; in createProperty()
122 type = MtpConstants.TYPE_STR; in createProperty()
125 type = MtpConstants.TYPE_STR; in createProperty()
128 type = MtpConstants.TYPE_STR; in createProperty()
132 type = MtpConstants.TYPE_STR; in createProperty()
136 type = MtpConstants.TYPE_STR; in createProperty()
[all …]
DMtpPropertyList.java66 mDataTypes.add(MtpConstants.TYPE_STR); in append()
DMtpConstants.java68 public static final int TYPE_STR = 0xFFFF; field in MtpConstants
/frameworks/base/core/java/android/content/
DIntentFilter.java158 private static final String TYPE_STR = "type"; field in IntentFilter
1624 serializer.startTag(null, TYPE_STR); in writeToXml()
1628 serializer.endTag(null, TYPE_STR); in writeToXml()
1714 } else if (tagName.equals(TYPE_STR)) { in readFromXml()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt14514 Landroid/content/IntentFilter;->TYPE_STR:Ljava/lang/String;
45364 Landroid/mtp/MtpConstants;->TYPE_STR:I