Home
last modified time | relevance | path

Searched refs:mIsDone (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java6183 private boolean mIsDone; field in TextViewTest.SoftInputResultReceiver
6193 mIsDone = true; in onReceiveResult()
6197 mIsDone = false; in reset()
6247 PollingCheck.waitFor(() -> receiver.mIsDone); in testAccessShowSoftInputOnFocus()
6265 PollingCheck.waitFor(() -> receiver.mIsDone); in testAccessShowSoftInputOnFocus()