Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntentFilter.java145 private static final String AGLOB_STR = "aglob"; field in IntentFilter
1631 serializer.attribute(null, AGLOB_STR, pe.getPath()); in writeToXml()
1661 serializer.attribute(null, AGLOB_STR, pe.getPath()); in writeToXml()
1715 } else if ((ssp=parser.getAttributeValue(null, AGLOB_STR)) != null) { in readFromXml()
1732 } else if ((path=parser.getAttributeValue(null, AGLOB_STR)) != null) { in readFromXml()