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 (newIntent.getAction().equals(Intent.ACTION_CHOOSER)) {
135 if (intent.getAction().equals(Intent.ACTION_CHOOSER)) {
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java105 private static final String ACTION_CHOOSER = "com.android.keychain.CHOOSER"; field in class:KeyChain
113 * Extra for use with {@link #ACTION_CHOOSER}
119 * Extra for use with {@link #ACTION_CHOOSER}
125 * Extra for use with {@link #ACTION_CHOOSER}
131 * Extra for use with {@link #ACTION_CHOOSER}
331 Intent intent = new Intent(ACTION_CHOOSER);
/frameworks/base/core/java/android/content/
H A DIntent.java508 * <li> {@link #ACTION_CHOOSER}
844 * the permissions to be granted on the ACTION_CHOOSER Intent
861 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER"; field in class:Intent
864 * Convenience function for creating a {@link #ACTION_CHOOSER} Intent.
866 * <p>Builds a new {@link #ACTION_CHOOSER} Intent that wraps the given
886 * Convenience function for creating a {@link #ACTION_CHOOSER} Intent.
888 * <p>Builds a new {@link #ACTION_CHOOSER} Intent that wraps the given
910 Intent intent = new Intent(ACTION_CHOOSER);
3359 * {@link #ACTION_PICK_ACTIVITY} or {@link #ACTION_CHOOSER}.
3365 * {@link #ACTION_CHOOSER}
[all...]

Completed in 57 milliseconds