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

  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
CopyPasteTest.java 73 String clipboardText = getTextFromClipboard();
74 assertTrue("The clipboard text is " + clipboardText + " but should be <null> or "
75 + INITIAL_TEXT, clipboardText == null || clipboardText.equals(INITIAL_TEXT));
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 1877 milliseconds