Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DRunUtil.java65 private boolean mInterruptibleGlobal = false; field in RunUtil
507 if (mInterruptibleGlobal) { in checkInterrupted()
782 mInterruptibleGlobal = true; in run()