Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntentFilter.java149 private static final String SGLOB_STR = "sglob"; field in IntentFilter
1648 serializer.attribute(null, SGLOB_STR, pe.getPath()); in writeToXml()
1678 serializer.attribute(null, SGLOB_STR, pe.getPath()); in writeToXml()
1733 } else if ((ssp=parser.getAttributeValue(null, SGLOB_STR)) != null) { in readFromXml()
1750 } else if ((path=parser.getAttributeValue(null, SGLOB_STR)) != null) { in readFromXml()