Searched refs:ACTION_CHOOSER (Results 1 – 12 of 12) sorted by relevance
100 assertEquals(Intent.ACTION_CHOOSER, intent.getAction()); in test_getShareIntent_plaintext()113 assertEquals(Intent.ACTION_CHOOSER, intent.getAction()); in test_getShareIntent_html()127 assertEquals(Intent.ACTION_CHOOSER, intent.getAction()); in test_getShareIntent_image()140 assertEquals(Intent.ACTION_CHOOSER, intent.getAction()); in test_getShareIntent_spannableText()
43 assertThatIntent(output).hasAction(Intent.ACTION_CHOOSER) in testCreateShare()79 assertThatIntent(output).hasAction(Intent.ACTION_CHOOSER) in testCreateShareWithSubject()103 assertThatIntent(output).hasAction(Intent.ACTION_CHOOSER) in testCreateShareWithText()
99 assertThat(intentCaptor.firstValue.action).isEqualTo(Intent.ACTION_CHOOSER) in <lambda>()
131 private static final String ACTION_CHOOSER = "com.android.keychain.CHOOSER"; field in KeyChain571 Intent intent = new Intent(ACTION_CHOOSER); in choosePrivateKeyAlias()
157 if (Intent.ACTION_CHOOSER.equals(intentReceived.getAction())) { in onCreate()590 if (Intent.ACTION_CHOOSER.equals(forwardIntent.getAction())) { in canForward()
248 intent.setAction(Intent.ACTION_CHOOSER); in launchInSameProfile_chooserIntent()256 assertEquals(Intent.ACTION_CHOOSER, activity.mStartActivityIntent.getAction()); in launchInSameProfile_chooserIntent()
2953 chooserIntent.setAction(Intent.ACTION_CHOOSER); in createChooserIntent()
1008 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER"; field in Intent1059 Intent intent = new Intent(ACTION_CHOOSER); in createChooser()12749 if (ACTION_CHOOSER.equals(action)) { in migrateExtraStreamToClipData()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7601 field public static final java.lang.String ACTION_CHOOSER = "android.intent.action.CHOOSER";
11161 field public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER";
46882 Landroid/security/KeyChain;->ACTION_CHOOSER:Ljava/lang/String;