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.java147 private static final String SGLOB_STR = "sglob"; field in IntentFilter
1646 serializer.attribute(null, SGLOB_STR, pe.getPath()); in writeToXml()
1676 serializer.attribute(null, SGLOB_STR, pe.getPath()); in writeToXml()
1731 } else if ((ssp=parser.getAttributeValue(null, SGLOB_STR)) != null) { in readFromXml()
1748 } else if ((path=parser.getAttributeValue(null, SGLOB_STR)) != null) { in readFromXml()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13604 Landroid/content/IntentFilter;->SGLOB_STR:Ljava/lang/String;