Searched refs:waitAssertPopupShowState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java185 waitAssertPopupShowState("isPopupShowing() after typing", textView, true);
196 waitAssertPopupShowState("isPopupShowing() after text cleared", textView, false);
207 waitAssertPopupShowState("isPopupShowing() after setText(\"a\", false)", textView, false);
218 waitAssertPopupShowState("isPopupShowing() after text set", textView, true);
224 private void waitAssertPopupShowState(String message, AutoCompleteTextView textView, method in class:AutoCompleteTextViewPopup

Completed in 198 milliseconds