Home
last modified time | relevance | path

Searched refs:LITERAL_STR (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java162 private static final String LITERAL_STR = "literal"; field in IntentFilter
2429 serializer.attribute(null, LITERAL_STR, pe.getPath()); in writeToXml()
2462 serializer.attribute(null, LITERAL_STR, pe.getPath()); in writeToXml()
2583 String ssp = parser.getAttributeValue(null, LITERAL_STR); in readFromXml()
2602 String path = parser.getAttributeValue(null, LITERAL_STR); in readFromXml()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10695 Landroid/content/IntentFilter;->LITERAL_STR:Ljava/lang/String;