Searched refs:createChooser (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DDumpHeapActivity.java108 startActivity(Intent.createChooser(intent,
H A DChooserActivity.java225 result = Intent.createChooser(result,
/frameworks/base/core/java/android/provider/
H A DBrowser.java229 Intent i = Intent.createChooser(send, chooserDialogTitle);
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java374 return Intent.createChooser(getIntent(), mChooserTitle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java270 Intent chooserIntent = Intent.createChooser(sharingIntent, null,
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java445 startActivity(Intent.createChooser(intent, "Who do you love?"), options.toBundle());
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java650 intent = Intent.createChooser(intent, getActivity().getText(R.string.share_via));
/frameworks/base/core/java/android/content/
H A DIntent.java851 * {@link #createChooser} function.
881 public static Intent createChooser(Intent target, CharSequence title) { method in class:Intent
882 return createChooser(target, title, null);
909 public static Intent createChooser(Intent target, CharSequence title, IntentSender sender) { method in class:Intent
966 * (through {@link #createChooser}), which will give the proper interface
1074 * (through {@link #createChooser}), which will give the proper interface
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java1024 Intent.createChooser(new Intent(Intent.ACTION_SET_WALLPAPER),
/frameworks/base/core/java/android/widget/
H A DTextView.java9496 getContext().startActivity(Intent.createChooser(sharingIntent, null));

Completed in 1315 milliseconds