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

/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java88 if (Intent.ACTION_CHOOSER.equals(newIntent.getAction())) {
137 if (Intent.ACTION_CHOOSER.equals(intent.getAction())) {
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java108 private static final String ACTION_CHOOSER = "com.android.keychain.CHOOSER"; field in class:KeyChain
116 * Extra for use with {@link #ACTION_CHOOSER}
122 * Extra for use with {@link #ACTION_CHOOSER}
128 * Extra for use with {@link #ACTION_CHOOSER}
134 * Extra for use with {@link #ACTION_CHOOSER}
334 Intent intent = new Intent(ACTION_CHOOSER);
/frameworks/base/core/java/android/content/
H A DIntent.java508 * <li> {@link #ACTION_CHOOSER}
881 * the permissions to be granted on the ACTION_CHOOSER Intent
898 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER"; field in class:Intent
901 * Convenience function for creating a {@link #ACTION_CHOOSER} Intent.
903 * <p>Builds a new {@link #ACTION_CHOOSER} Intent that wraps the given
923 * Convenience function for creating a {@link #ACTION_CHOOSER} Intent.
925 * <p>Builds a new {@link #ACTION_CHOOSER} Intent that wraps the given
947 Intent intent = new Intent(ACTION_CHOOSER);
3657 * {@link #ACTION_PICK_ACTIVITY} or {@link #ACTION_CHOOSER}.
3679 * {@link #ACTION_CHOOSER}
[all...]

Completed in 2869 milliseconds