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

  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 69 final String STRING_CHECK = "To be checked";
257 autoCompleteTextView.setText(STRING_CHECK);
258 assertEquals(STRING_CHECK, autoCompleteTextView.getText().toString());
259 assertEquals(STRING_CHECK, autoCompleteTextView.getLastChangeText());
262 assertEquals(STRING_CHECK.length(), autoCompleteTextView.getAfter());
  /external/v8/src/
v8globals.h 275 STRING_CHECK,

Completed in 153 milliseconds