Searched defs:ACTION_CHOOSER (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyChain.java101 private static final String ACTION_CHOOSER = "com.android.keychain.CHOOSER"; field in class:KeyChain
109 * Extra for use with {@link #ACTION_CHOOSER}
115 * Extra for use with {@link #ACTION_CHOOSER}
121 * Extra for use with {@link #ACTION_CHOOSER}
127 * Extra for use with {@link #ACTION_CHOOSER}
133 * Extra for use with {@link #ACTION_CHOOSER}
281 Intent intent = new Intent(ACTION_CHOOSER);
/frameworks/base/core/java/android/content/
H A DIntent.java506 * <li> {@link #ACTION_CHOOSER}
842 * the permissions to be granted on the ACTION_CHOOSER Intent
859 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER"; field in class:Intent
862 * Convenience function for creating a {@link #ACTION_CHOOSER} Intent.
864 * <p>Builds a new {@link #ACTION_CHOOSER} Intent that wraps the given
884 * Convenience function for creating a {@link #ACTION_CHOOSER} Intent.
886 * <p>Builds a new {@link #ACTION_CHOOSER} Intent that wraps the given
908 Intent intent = new Intent(ACTION_CHOOSER);
3157 * {@link #ACTION_CHOOSER}.
3166 * {@link #ACTION_CHOOSER}
[all...]

Completed in 114 milliseconds