Home
last modified time | relevance | path

Searched refs:createChooser (Results 1 – 6 of 6) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DLogcatViewer.java141 startActivity(Intent.createChooser(intent, "Send Logcat to:")); in onOptionsItemSelected()
DScriptEditor.java226 startActivity(Intent.createChooser(intent, "Send Script to:")); in onOptionsItemSelected()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMainActivity.java537 startActivity(Intent.createChooser(i, "Send mail...")); in shareLogFile()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DIntentTest.java368 Intent chooserIntent = Intent.createChooser(originalIntent, "The title"); in createChooser_shouldWrapIntent()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowIntentTest.java347 Intent chooserIntent = Intent.createChooser(originalIntent, "The title"); in createChooser_shouldWrapIntent()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntent.java67 public static Intent createChooser(Intent target, CharSequence title) { in createChooser() method in ShadowIntent