Home
last modified time | relevance | path

Searched defs:waitSeconds (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
H A DHdmiCecPowerStatusTest.java409 int waitSeconds = 10; in cect_hf_4_6_28_testPowerUcpHandling() local
/aosp_15_r20/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
H A DLogHelper.java63 ITestDevice device, String tag, int waitSeconds, String expectedOutput) in waitForLog()