Searched refs:ready (Results 1 – 4 of 4) sorted by relevance
219 if (mInputConsole.ready()) { in checkConsoleOutput()243 if (mInputConsole.ready()) { in getAllMessages()303 if (mInputConsole.ready()) { in checkExpectedOutput()344 if (mInputConsole.ready()) { in checkOutputDoesNotContainMessage()
17 // the color (red, green, blue) of FocusPixel is updated and ready to be used in
150 private void setReady(boolean ready) { in setReady() argument152 mReady = ready; in setReady()
672 && mPresentation.ready); in testSetLocalFocus()762 public volatile boolean ready = false; field in WindowTest.ProjectedPresentation782 new Handler().post(() -> ready = true); in show()