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

/frameworks/base/core/java/android/content/
H A DIntent.java849 * {@link #createChooser} function.
879 public static Intent createChooser(Intent target, CharSequence title) { method in class:Intent
880 return createChooser(target, title, null);
907 public static Intent createChooser(Intent target, CharSequence title, IntentSender sender) { method in class:Intent
964 * (through {@link #createChooser}), which will give the proper interface
1055 * (through {@link #createChooser}), which will give the proper interface

Completed in 92 milliseconds