Home | History | Annotate | Download | only in content

Lines Matching refs:extras

154  *     <li> <p><b>extras</b> -- This is a {@link Bundle} of any additional information.
680 * The extras
701 * extras: SHORTCUT_INTENT (value: Intent), SHORTCUT_NAME (value: String),
1078 * Optional standard extras, which may be interpreted by some recipients as
1116 * Optional standard extras, which may be interpreted by some recipients as
1424 * not be created, in particular when Intent extras are supplied through the
1660 * <p>May include the following extras:
1676 * <p>May include the following extras:
1847 * <p>Includes the following extras:
1872 * <p>Inclues the following extras:
2010 * <p>May include the following extras:
2481 * one of the extras {@link #EXTRA_RESTRICTIONS_LIST} or {@link #EXTRA_RESTRICTIONS_BUNDLE}.
3171 * A Bundle forming a mapping of potential target package names to different extras Bundles
3172 * to add to the default intent extras in {@link #EXTRA_INTENT} when used with
3176 * <p>An application may choose to provide alternate extras for the case where a user
3179 * a key in this bundle, the corresponding extras for that package will be merged with
3180 * the extras already present in the intent at {@link #EXTRA_INTENT}. If a replacement
4011 * <tr><td>Extras: </td><td><code>some_int=(int)100<br />some_str=(String)hello</code></td></tr>
4590 if (uri.regionMatches(i, "extras(", 0, 7)) {
4862 * any Parcelable values from the extras of this Intent.
4883 * Returns true if the Intent's extras contain a parcelled file descriptor.
5378 * @return the map of all extras previously added with putExtra(),
5852 * such operations. Semantically it is like extras, used to transmit
5854 * the extras for data is that {@link #FLAG_GRANT_READ_URI_PERMISSION}
6560 * Copy all extras in 'src' in to this intent.
6562 * @param src Contains the extras to copy.
6582 * @param extras The Bundle of extras to add to this intent.
6587 public Intent putExtras(Bundle extras) {
6591 mExtras.putAll(extras);
6596 * Completely replace the extras in the Intent with the extras in the
6599 * @param src The exact extras contained in this Intent are copied
6608 * Completely replace the extras in the Intent with the given Bundle of
6609 * extras.
6611 * @param extras The new set of extras in the Intent, or null to erase
6612 * all extras.
6614 public Intent replaceExtras(Bundle extras) {
6615 mExtras = extras != null ? new Bundle(extras) : null;
6906 * <li> each top-level name in the associated extras.
7010 // Modifying the extras can cause us to unparcel the contents
7015 Log.w("Intent", "Failure filling in extras", e);
7156 public String toShortString(boolean secure, boolean comp, boolean extras, boolean clip) {
7158 toShortString(b, secure, comp, extras, clip);
7163 public void toShortString(StringBuilder b, boolean secure, boolean comp, boolean extras,
7242 if (extras && mExtras != null) {
7247 b.append("(has extras)");
7258 mSelector.toShortString(b, secure, comp, extras, clip);
7277 * the action, categories, type, flags, package, component, and extras.
7799 // Refuse to touch if extras already parcelled
7807 // Inspect contained intents to see if we need to migrate extras. We