Home | History | Annotate | Download | only in content

Lines Matching refs:ACTION_CHOOSER

505  *     <li> {@link #ACTION_CHOOSER}
841 * the permissions to be granted on the ACTION_CHOOSER Intent
858 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER";
861 * Convenience function for creating a {@link #ACTION_CHOOSER} Intent.
863 * <p>Builds a new {@link #ACTION_CHOOSER} Intent that wraps the given
879 Intent intent = new Intent(ACTION_CHOOSER);
3102 * {@link #ACTION_CHOOSER}.
3111 * {@link #ACTION_CHOOSER}.
3118 * {@link #ACTION_CHOOSER}. Each key should be a package name. The package need not
7493 * intents in {@link #ACTION_CHOOSER}.
7506 if (ACTION_CHOOSER.equals(action)) {