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

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

Completed in 77 milliseconds