Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilFuncTest.java206 t.getName().contains(RunUtil.RUNNABLE_NOTIFIER_NAME)); in testRunTimedCmd_timeout()
/tools/tradefederation/core/src/com/android/tradefed/util/
DRunUtil.java45 public static final String RUNNABLE_NOTIFIER_NAME = "RunnableNotifier"; field in RunUtil
534 setName(RUNNABLE_NOTIFIER_NAME); in RunnableNotifier()