Home
last modified time | relevance | path

Searched refs:createChooser (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java276 Intent.createChooser(viewIntent, "chooser test")); in customTitle()
299 mActivityRule.launchActivity(Intent.createChooser(sendIntent, "chooser test")); in customTitleIgnoredForSendIntents()
320 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in emptyTitle()
341 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in emptyPreviewTitleAndThumbnail()
365 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in visiblePreviewTitleWithoutThumbnail()
392 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in visiblePreviewTitleWithInvalidThumbnail()
418 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in visiblePreviewTitleAndThumbnail()
442 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in twoOptionsAndUserSelectsOne()
497 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in fourOptionsStackedIntoOneTarget()
538 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in updateChooserCountsAndModelAfterUserSelection()
[all …]
DChooserActivityWorkProfileTest.java370 mActivityRule.launchActivity(Intent.createChooser(sendIntent, "Test")); in launchActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DIntentCreator.java62 Intent chooserIntent = Intent.createChooser(shareIntent, null) in getShareIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentCreator.kt66 return Intent.createChooser(sharingIntent, null) in createShare()
/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpActivity.java115 startActivity(Intent.createChooser(sendIntent, in onCreate()
DBugreportProgressService.java1355 final Intent chooserIntent = Intent.createChooser(intent, in sendShareIntent()
/frameworks/base/core/java/android/provider/
DBrowser.java227 Intent i = Intent.createChooser(send, chooserDialogTitle); in sendString()
/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
DPaintChipsWidget.kt278 val chooserIntent = Intent.createChooser(shareIntent, null).apply { in makeTextSharePendingIntent()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoLand.java304 startActivity(Intent.createChooser(intent, null) in shareCat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java216 startActivity(Intent.createChooser(shareIntent, shareLabel) in onStartCommand()
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DActivityTestMain.java497 startActivity(Intent.createChooser(intent, "Who do you love?"), options.toBundle()); in onCreateOptionsMenu()
/frameworks/base/core/java/android/content/
DIntent.java1029 public static Intent createChooser(Intent target, CharSequence title) { in createChooser() method in Intent
1030 return createChooser(target, title, null); in createChooser()
1058 public static Intent createChooser(Intent target, CharSequence title, IntentSender sender) { in createChooser() method in Intent
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1322 mActivityStarter.startActivityDismissingKeyguard(Intent.createChooser(new Intent( in makeStatusBarView()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java3368 mContext, 0, Intent.createChooser( in bindWallpaperComponentLocked()
/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.txt7468 …method public static android.content.Intent createChooser(android.content.Intent, java.lang.CharSe…
7469 …method public static android.content.Intent createChooser(android.content.Intent, java.lang.CharSe…
/frameworks/base/core/api/
Dcurrent.txt11016 method public static android.content.Intent createChooser(android.content.Intent, CharSequence);
11017 …method public static android.content.Intent createChooser(android.content.Intent, CharSequence, an…