Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntentFilter.java146 private static final String AGLOB_STR = "aglob"; field in IntentFilter
1649 serializer.attribute(null, AGLOB_STR, pe.getPath()); in writeToXml()
1679 serializer.attribute(null, AGLOB_STR, pe.getPath()); in writeToXml()
1733 } else if ((ssp=parser.getAttributeValue(null, AGLOB_STR)) != null) { in readFromXml()
1750 } else if ((path=parser.getAttributeValue(null, AGLOB_STR)) != null) { in readFromXml()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13565 Landroid/content/IntentFilter;->AGLOB_STR:Ljava/lang/String;