Home
last modified time | relevance | path

Searched refs:ACTION_CHOOSER (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java88 if (newIntent.getAction().equals(Intent.ACTION_CHOOSER)) { in onCreate()
135 if (intent.getAction().equals(Intent.ACTION_CHOOSER)) { in canForward()
/frameworks/base/keystore/java/android/security/
DKeyChain.java105 private static final String ACTION_CHOOSER = "com.android.keychain.CHOOSER"; field in KeyChain
331 Intent intent = new Intent(ACTION_CHOOSER); in choosePrivateKeyAlias()
/frameworks/base/docs/html/guide/topics/manifest/
Daction-element.jd28 {@link android.content.Intent#ACTION_CHOOSER Intent} class as
/frameworks/base/core/java/android/content/
DIntent.java861 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER"; field in Intent
910 Intent intent = new Intent(ACTION_CHOOSER); in createChooser()
8114 if (ACTION_CHOOSER.equals(action)) { in migrateExtraStreamToClipData()
/frameworks/base/api/
Dcurrent.txt8106 field public static final java.lang.String ACTION_CHOOSER = "android.intent.action.CHOOSER";
Dsystem-current.txt8357 field public static final java.lang.String ACTION_CHOOSER = "android.intent.action.CHOOSER";