Searched defs:LITERAL_STR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntentFilter.java143 private static final String LITERAL_STR = "literal"; field in class:IntentFilter
1578 serializer.attribute(null, LITERAL_STR, pe.getPath());
1605 serializer.attribute(null, LITERAL_STR, pe.getPath());
1658 String ssp = parser.getAttributeValue(null, LITERAL_STR);
1673 String path = parser.getAttributeValue(null, LITERAL_STR);

Completed in 49 milliseconds