HomeSort by relevance Sort by last modified time
    Searched defs:isInterruptAllowed (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/util/
IRunUtil.java 268 public boolean isInterruptAllowed();
RunUtil.java 464 public boolean isInterruptAllowed() {
502 if (!isInterruptAllowed()) {
506 if (isInterruptAllowed()) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
RunUtilTest.java 392 assertFalse(mRunUtil.isInterruptAllowed());
401 success = mRunUtil.isInterruptAllowed();
420 assertFalse(mRunUtil.isInterruptAllowed());
424 assertFalse(mRunUtil.isInterruptAllowed());

Completed in 105 milliseconds