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

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

Completed in 1145 milliseconds