HomeSort by relevance Sort by last modified time
    Searched full:pasteintent (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/res/layout/
clipboard.xml 93 android:onClick="pasteIntent"
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java 120 public void pasteIntent(View button) {
  /frameworks/base/docs/html/guide/topics/text/
copy-paste.jd 62 <a href="#PasteIntent">Pasting an Intent</a>
653 <h3 id="PasteIntent">Pasting an Intent</h3>
665 Intent pasteIntent = clipboard.getPrimaryClip().getItemAt(0).getIntent();
667 if (pasteIntent != null) {
    [all...]

Completed in 80 milliseconds