Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java395 assertFalse(mRunUtil.isInterruptAllowed()); in testSetInterruptibleInFuture()
404 success = mRunUtil.isInterruptAllowed(); in testSetInterruptibleInFuture()
423 assertFalse(mRunUtil.isInterruptAllowed()); in testSetInterruptibleInFuture_beforeTimeout()
427 assertFalse(mRunUtil.isInterruptAllowed()); in testSetInterruptibleInFuture_beforeTimeout()
/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java268 public boolean isInterruptAllowed(); in isInterruptAllowed() method
DRunUtil.java471 public boolean isInterruptAllowed() { in isInterruptAllowed() method in RunUtil
509 if (!isInterruptAllowed()) { in checkInterrupted()
513 if (isInterruptAllowed()) { in checkInterrupted()