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

/frameworks/base/core/java/android/content/
H A DIntent.java6829 FILL_IN_ACTION,
6845 public static final int FILL_IN_ACTION = 1<<0; field in class:Intent
6909 * <p>In addition, you can use the {@link #FILL_IN_ACTION},
6932 * @return Returns a bit mask of {@link #FILL_IN_ACTION},
6943 && (mAction == null || (flags&FILL_IN_ACTION) != 0)) {
6945 changes |= FILL_IN_ACTION;

Completed in 31 milliseconds