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

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

Completed in 571 milliseconds