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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java146 private static final String HOST_STR = "host"; field in class:IntentFilter
1593 serializer.attribute(null, HOST_STR, ae.getHost());
1667 String host = parser.getAttributeValue(null, HOST_STR);

Completed in 62 milliseconds