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

  /external/v8/src/
stub-cache.h 327 STRING_CHECK,
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 72 final String STRING_CHECK = "To be checked";
334 autoCompleteTextView.setText(STRING_CHECK);
335 assertEquals(STRING_CHECK, autoCompleteTextView.getText().toString());
336 assertEquals(STRING_CHECK, autoCompleteTextView.getLastChangeText());
339 assertEquals(STRING_CHECK.length(), autoCompleteTextView.getAfter());
    [all...]

Completed in 37 milliseconds