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

/frameworks/base/core/java/android/content/
H A DIntent.java616 private static final String ATTR_ACTION = "action"; field in class:Intent
7614 out.attribute(null, ATTR_ACTION, mAction);
7646 if (ATTR_ACTION.equals(attrName)) {

Completed in 223 milliseconds