Home
last modified time | relevance | path

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

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