Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java136 Intent.createChooser(viewIntent, "chooser test")); in customTitle()
152 mActivityRule.launchActivity(Intent.createChooser(sendIntent, "chooser test")); in customTitleIgnoredForSendIntents()
165 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in emptyTitle()
179 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in emptyPreviewTitleAndThumbnail()
194 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in visiblePreviewTitleWithoutThumbnail()
211 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in visiblePreviewTitleWithInvalidThumbnail()
229 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in visiblePreviewTitleAndThumbnail()
245 .launchActivity(Intent.createChooser(sendIntent, null)); in twoOptionsAndUserSelectsOne()
274 .launchActivity(Intent.createChooser(sendIntent, null)); in updateChooserCountsAndModelAfterUserSelection()
301 .launchActivity(Intent.createChooser(sendIntent, null)); in noResultsFromPackageManager()
[all …]
/frameworks/base/tests/ActivityViewTest/src/com/google/android/test/activityview/
DActivityViewActivity.java43 final Intent chooser = Intent.createChooser(intent, in onCreate()
/frameworks/base/core/java/com/android/internal/app/
DDumpHeapActivity.java122 startActivity(Intent.createChooser(intent, in onCreate()
DChooserActivity.java1148 result = Intent.createChooser(result,
/frameworks/base/core/java/android/provider/
DBrowser.java231 Intent i = Intent.createChooser(send, chooserDialogTitle); in sendString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java207 startActivity(Intent.createChooser(shareIntent, shareLabel) in onStartCommand()
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DActivityTestMain.java496 startActivity(Intent.createChooser(intent, "Who do you love?"), options.toBundle()); in onCreateOptionsMenu()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java299 Intent sharingChooserIntent = Intent.createChooser(sharingIntent, null, in doInBackground()
/frameworks/base/core/java/android/content/
DIntent.java968 public static Intent createChooser(Intent target, CharSequence title) { in createChooser() method in Intent
969 return createChooser(target, title, null); in createChooser()
997 public static Intent createChooser(Intent target, CharSequence title, IntentSender sender) { in createChooser() method in Intent
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1002 final Intent chooserIntent = Intent.createChooser(intent, in sendShareIntent()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2689 Intent.createChooser(new Intent(Intent.ACTION_SET_WALLPAPER), in bindWallpaperComponentLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java985 startActivityDismissingKeyguard(Intent.createChooser(new Intent(Intent.ACTION_SEND) in makeStatusBarView()
/frameworks/base/core/java/android/widget/
DTextView.java12662 getContext().startActivity(Intent.createChooser(sharingIntent, null)); in shareSelectedText()
/frameworks/base/config/
Dboot-image-profile.txt3692 HSPLandroid/content/Intent;->createChooser(Landroid/content/Intent;Ljava/lang/CharSequence;)Landroi…
3693 HSPLandroid/content/Intent;->createChooser(Landroid/content/Intent;Ljava/lang/CharSequence;Landroid…
/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/api/
Dcurrent.txt10077 method public static android.content.Intent createChooser(android.content.Intent, CharSequence);
10078 …method public static android.content.Intent createChooser(android.content.Intent, CharSequence, an…