Searched refs:ACTION_CHOOSER (Results 1 – 10 of 10) sorted by relevance
99 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()
41 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()
130 if (Intent.ACTION_CHOOSER.equals(intentReceived.getAction())) { in onCreate()323 if (Intent.ACTION_CHOOSER.equals(forwardIntent.getAction())) { in canForward()
131 private static final String ACTION_CHOOSER = "com.android.keychain.CHOOSER"; field in KeyChain571 Intent intent = new Intent(ACTION_CHOOSER); in choosePrivateKeyAlias()
228 intent.setAction(Intent.ACTION_CHOOSER); in launchInSameProfile_chooserIntent()236 assertEquals(Intent.ACTION_CHOOSER, activity.mStartActivityIntent.getAction()); in launchInSameProfile_chooserIntent()
2891 chooserIntent.setAction(Intent.ACTION_CHOOSER); in createChooserIntent()
988 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER"; field in Intent1039 Intent intent = new Intent(ACTION_CHOOSER); in createChooser()12096 if (ACTION_CHOOSER.equals(action)) { in migrateExtraStreamToClipData()
7601 field public static final java.lang.String ACTION_CHOOSER = "android.intent.action.CHOOSER";
10229 field public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER";
47525 Landroid/security/KeyChain;->ACTION_CHOOSER:Ljava/lang/String;