Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java159 private static final String SGLOB_STR = "sglob"; field in IntentFilter
2435 serializer.attribute(null, SGLOB_STR, pe.getPath()); in writeToXml()
2468 serializer.attribute(null, SGLOB_STR, pe.getPath()); in writeToXml()
2588 } else if ((ssp=parser.getAttributeValue(null, SGLOB_STR)) != null) { in readFromXml()
2607 } else if ((path=parser.getAttributeValue(null, SGLOB_STR)) != null) { in readFromXml()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10717 Landroid/content/IntentFilter;->SGLOB_STR:Ljava/lang/String;