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

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DSubActivityScreen.java49 Intent.FILL_IN_ACTION);
/frameworks/base/core/java/android/app/
H A DPendingIntent.java105 Intent.FILL_IN_ACTION,
/frameworks/base/core/java/android/content/
H A DIntent.java7132 FILL_IN_ACTION,
7148 public static final int FILL_IN_ACTION = 1<<0; field in class:Intent
7212 * <p>In addition, you can use the {@link #FILL_IN_ACTION},
7235 * @return Returns a bit mask of {@link #FILL_IN_ACTION},
7246 && (mAction == null || (flags&FILL_IN_ACTION) != 0)) {
7248 changes |= FILL_IN_ACTION;

Completed in 695 milliseconds