Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/
DIntentCreatorTest.java100 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentCreatorTest.kt43 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()
DDefaultScreenshotActionsProviderTest.kt99 assertThat(intentCaptor.firstValue.action).isEqualTo(Intent.ACTION_CHOOSER) in <lambda>()
/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/java/com/android/internal/app/
DIntentForwarderActivity.java157 if (Intent.ACTION_CHOOSER.equals(intentReceived.getAction())) { in onCreate()
590 if (Intent.ACTION_CHOOSER.equals(forwardIntent.getAction())) { in canForward()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java248 intent.setAction(Intent.ACTION_CHOOSER); in launchInSameProfile_chooserIntent()
256 assertEquals(Intent.ACTION_CHOOSER, activity.mStartActivityIntent.getAction()); in launchInSameProfile_chooserIntent()
DChooserActivityTest.java2953 chooserIntent.setAction(Intent.ACTION_CHOOSER); in createChooserIntent()
/frameworks/base/core/java/android/content/
DIntent.java1008 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER"; field in Intent
1059 Intent intent = new Intent(ACTION_CHOOSER); in createChooser()
12749 if (ACTION_CHOOSER.equals(action)) { in migrateExtraStreamToClipData()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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.txt11161 field public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt46882 Landroid/security/KeyChain;->ACTION_CHOOSER:Ljava/lang/String;