Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java395 if (isInterruptAllowed()) { in runTimed()
526 public boolean isInterruptAllowed() { in isInterruptAllowed() method in RunUtil
DIRunUtil.java326 public boolean isInterruptAllowed(); in isInterruptAllowed() method
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java780 if (RunUtil.getDefault().isInterruptAllowed()) { in checkDeviceBatteryLevel()