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

/frameworks/base/core/java/android/content/
H A DIntent.java888 * {@link #createChooser} function.
918 public static Intent createChooser(Intent target, CharSequence title) { method in class:Intent
919 return createChooser(target, title, null);
946 public static Intent createChooser(Intent target, CharSequence title, IntentSender sender) { method in class:Intent
1003 * (through {@link #createChooser}), which will give the proper interface
1111 * (through {@link #createChooser}), which will give the proper interface

Completed in 97 milliseconds