Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java296 public boolean isInterruptAllowed(); in isInterruptAllowed() method
DRunUtil.java366 if (isInterruptAllowed()) { in runTimed()
497 public boolean isInterruptAllowed() { in isInterruptAllowed() method in RunUtil
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java786 if (RunUtil.getDefault().isInterruptAllowed()) { in checkDeviceBatteryLevel()