Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/
DIntentCreatorTest.java99 assertEquals(Intent.ACTION_CHOOSER, intent.getAction()); in test_getShareIntent_plaintext()
112 assertEquals(Intent.ACTION_CHOOSER, intent.getAction()); in test_getShareIntent_html()
126 assertEquals(Intent.ACTION_CHOOSER, intent.getAction()); in test_getShareIntent_image()
138 assertEquals(Intent.ACTION_CHOOSER, intent.getAction()); in test_getShareIntent_spannableText()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentCreatorTest.kt41 assertThat(output.action).isEqualTo(Intent.ACTION_CHOOSER) in testCreateShareIntent()
66 assertThat(output.action).isEqualTo(Intent.ACTION_CHOOSER) in testCreateShareIntentWithSubject()
91 assertThat(output.action).isEqualTo(Intent.ACTION_CHOOSER) in testCreateShareIntentWithExtraText()
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java130 if (Intent.ACTION_CHOOSER.equals(intentReceived.getAction())) { in onCreate()
323 if (Intent.ACTION_CHOOSER.equals(forwardIntent.getAction())) { in canForward()
/frameworks/base/keystore/java/android/security/
DKeyChain.java131 private static final String ACTION_CHOOSER = "com.android.keychain.CHOOSER"; field in KeyChain
571 Intent intent = new Intent(ACTION_CHOOSER); in choosePrivateKeyAlias()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java228 intent.setAction(Intent.ACTION_CHOOSER); in launchInSameProfile_chooserIntent()
236 assertEquals(Intent.ACTION_CHOOSER, activity.mStartActivityIntent.getAction()); in launchInSameProfile_chooserIntent()
DChooserActivityTest.java2891 chooserIntent.setAction(Intent.ACTION_CHOOSER); in createChooserIntent()
/frameworks/base/core/java/android/content/
DIntent.java988 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER"; field in Intent
1039 Intent intent = new Intent(ACTION_CHOOSER); in createChooser()
12096 if (ACTION_CHOOSER.equals(action)) { in migrateExtraStreamToClipData()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7601 field public static final java.lang.String ACTION_CHOOSER = "android.intent.action.CHOOSER";
/frameworks/base/core/api/
Dcurrent.txt10229 field public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47525 Landroid/security/KeyChain;->ACTION_CHOOSER:Ljava/lang/String;