Searched refs:isComplete (Results 1 – 4 of 4) sorted by relevance
167 private void testRun(boolean isComplete) throws Exception { in testRun() argument176 if (isComplete) { in testRun()220 if (!isComplete) { in testRun()
183 it.wmState.isComplete() && it.wmState.isWindowVisible(window) in launchViaIntent()
421 return !state.wmState.isComplete() in shouldWaitForValidityCheck()
563 fun isComplete(): Boolean = !isIncomplete() in <lambda>() method