Searched defs:waitAssertListSelection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java56 waitAssertListSelection(textView, ListView.INVALID_POSITION);
65 waitAssertListSelection("set selection to (0)", textView, 0);
69 waitAssertListSelection("move selection to (1)", textView, 1);
88 waitAssertListSelection(textView, ListView.INVALID_POSITION);
92 waitAssertListSelection("move selection to (0)", textView, 0);
96 waitAssertListSelection("move selection to (1)", textView, 1);
115 waitAssertListSelection(textView, ListView.INVALID_POSITION);
119 waitAssertListSelection(textView, 0);
128 waitAssertListSelection("setListSelection(ListView.INVALID_POSITION)", textView,
148 waitAssertListSelection(textVie
235 private void waitAssertListSelection(AutoCompleteTextView textView, int expected) method in class:AutoCompleteTextViewPopup
240 private void waitAssertListSelection(String message, AutoCompleteTextView textView, method in class:AutoCompleteTextViewPopup
[all...]

Completed in 158 milliseconds