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

/frameworks/base/keystore/java/android/security/
H A DKeyChain.java94 private static final String ACTION_CHOOSER = "com.android.keychain.CHOOSER"; field in class:KeyChain
97 * Extra for use with {@link #ACTION_CHOOSER}
103 * Extra for use with {@link #ACTION_CHOOSER}
109 * Extra for use with {@link #ACTION_CHOOSER}
115 * Extra for use with {@link #ACTION_CHOOSER}
121 * Extra for use with {@link #ACTION_CHOOSER}
269 Intent intent = new Intent(ACTION_CHOOSER);
/frameworks/base/core/java/android/content/
H A DIntent.java492 * <li> {@link #ACTION_CHOOSER}
819 * the permissions to be granted on the ACTION_CHOOSER Intent
836 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER"; field in class:Intent
839 * Convenience function for creating a {@link #ACTION_CHOOSER} Intent.
841 * <p>Builds a new {@link #ACTION_CHOOSER} Intent that wraps the given
857 Intent intent = new Intent(ACTION_CHOOSER);
3050 * {@link #ACTION_CHOOSER}.
3059 * {@link #ACTION_CHOOSER}.
7202 * intents in {@link #ACTION_CHOOSER}.
7215 if (ACTION_CHOOSER
[all...]

Completed in 55 milliseconds