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.java141 private static final String SGLOB_STR = "sglob"; field in IntentFilter
1562 serializer.attribute(null, SGLOB_STR, pe.getPath()); in writeToXml()
1589 serializer.attribute(null, SGLOB_STR, pe.getPath()); in writeToXml()
1641 } else if ((ssp=parser.getAttributeValue(null, SGLOB_STR)) != null) { in readFromXml()
1656 } else if ((path=parser.getAttributeValue(null, SGLOB_STR)) != null) { in readFromXml()