/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ChooserActivityTest.java | 276 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 …]
|
D | ChooserActivityWorkProfileTest.java | 370 mActivityRule.launchActivity(Intent.createChooser(sendIntent, "Test")); in launchActivity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | IntentCreator.java | 62 Intent chooserIntent = Intent.createChooser(shareIntent, null) in getShareIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ActionIntentCreator.kt | 66 return Intent.createChooser(sharingIntent, null) in createShare()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | HeapDumpActivity.java | 115 startActivity(Intent.createChooser(sendIntent, in onCreate()
|
D | BugreportProgressService.java | 1355 final Intent chooserIntent = Intent.createChooser(intent, in sendShareIntent()
|
/frameworks/base/core/java/android/provider/ |
D | Browser.java | 227 Intent i = Intent.createChooser(send, chooserDialogTitle); in sendString()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/ |
D | PaintChipsWidget.kt | 278 val chooserIntent = Intent.createChooser(shareIntent, null).apply { in makeTextSharePendingIntent()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoLand.java | 304 startActivity(Intent.createChooser(intent, null) in shareCat()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 216 startActivity(Intent.createChooser(shareIntent, shareLabel) in onStartCommand()
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | ActivityTestMain.java | 497 startActivity(Intent.createChooser(intent, "Who do you love?"), options.toBundle()); in onCreateOptionsMenu()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 1029 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/ |
D | CentralSurfacesImpl.java | 1322 mActivityStarter.startActivityDismissingKeyguard(Intent.createChooser(new Intent( in makeStatusBarView()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 3368 mContext, 0, Intent.createChooser( in bindWallpaperComponentLocked()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7468 …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/ |
D | current.txt | 11016 method public static android.content.Intent createChooser(android.content.Intent, CharSequence); 11017 …method public static android.content.Intent createChooser(android.content.Intent, CharSequence, an…
|