Searched refs:createChooser (Results 1 – 6 of 6) sorted by relevance
141 startActivity(Intent.createChooser(intent, "Send Logcat to:")); in onOptionsItemSelected()
226 startActivity(Intent.createChooser(intent, "Send Script to:")); in onOptionsItemSelected()
537 startActivity(Intent.createChooser(i, "Send mail...")); in shareLogFile()
368 Intent chooserIntent = Intent.createChooser(originalIntent, "The title"); in createChooser_shouldWrapIntent()
347 Intent chooserIntent = Intent.createChooser(originalIntent, "The title"); in createChooser_shouldWrapIntent()
67 public static Intent createChooser(Intent target, CharSequence title) { in createChooser() method in ShadowIntent