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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java153 private static final String ACTION_STR = "action"; field in class:IntentFilter
1548 serializer.startTag(null, ACTION_STR);
1550 serializer.endTag(null, ACTION_STR);
1634 if (tagName.equals(ACTION_STR)) {

Completed in 25 milliseconds