Home
last modified time | relevance | path

Searched defs:expectedOutput (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecPollingTest.java47 String expectedOutput = "POLL message sent"; in cect_11_2_6_1_Ack() local
67 String expectedOutput = "POLL message sent"; in cect_hf4_2_10_Ack() local
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DLogHelper.java63 ITestDevice device, String tag, int waitSeconds, String expectedOutput) in waitForLog()
80 public static void assertLog(ITestDevice device, String tag, String ...expectedOutput) in assertLog()
88 public static void assumeLog(ITestDevice device, String tag, String expectedOutput) in assumeLog()
114 String expectedOutput) throws Exception { in assertLogDoesNotContain()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESGCMCipherTestBase.java161 byte[] aad, byte[] input, byte[] expectedOutput) throws Exception { in assertKatTransformWithAadProvidedInOneGo()
176 byte[] aad, byte[] input, byte[] expectedOutput, int maxChunkSize) throws Exception { in assertKatTransformWithAadProvidedInChunks()
DBlockCipherTestBase.java748 int opmode, byte[] input, byte[] expectedOutput) throws Exception { in assertKatOneShotTransformUsingDoFinal()