Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
DIHostMonitor.java25 INVOCATION_STRAY_THREAD, enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/util/hostmetric/
DAbstractHostMonitorTest.java62 mHostMonitor.addHostEvent(HostMetricType.INVOCATION_STRAY_THREAD, fakeDataPoint); in testaddHostEvent_differentTag()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java677 hm.addHostEvent(HostMetricType.INVOCATION_STRAY_THREAD, data); in checkStrayThreads()