Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java158 private static final String AGLOB_STR = "aglob"; field in IntentFilter
2438 serializer.attribute(null, AGLOB_STR, pe.getPath()); in writeToXml()
2471 serializer.attribute(null, AGLOB_STR, pe.getPath()); in writeToXml()
2590 } else if ((ssp=parser.getAttributeValue(null, AGLOB_STR)) != null) { in readFromXml()
2609 } else if ((path=parser.getAttributeValue(null, AGLOB_STR)) != null) { in readFromXml()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10678 Landroid/content/IntentFilter;->AGLOB_STR:Ljava/lang/String;