Home | History | Annotate | Download | only in content

Lines Matching defs:fillIn

4569      * {@link #fillIn(Intent, int) filled in} to that {@link IntentSender} and sent
6976 intent.fillIn(baseIntent, Intent.FILL_IN_COMPONENT | Intent.FILL_IN_SELECTOR);
9257 * Use with {@link #fillIn} to allow the current action value to be
9263 * Use with {@link #fillIn} to allow the current data or type value
9269 * Use with {@link #fillIn} to allow the current categories to be
9275 * Use with {@link #fillIn} to allow the current component value to be
9281 * Use with {@link #fillIn} to allow the current package value to be
9287 * Use with {@link #fillIn} to allow the current bounds rectangle to be
9293 * Use with {@link #fillIn} to allow the current selector to be
9299 * Use with {@link #fillIn} to allow the current ClipData to be
9339 * <p>Calling A.fillIn(B, Intent.FILL_IN_DATA) will result in A now
9354 public int fillIn(@NonNull Intent other, @FillInFlags int flags) {