Searched defs:expectedOutput (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/ |
D | HdmiCecPollingTest.java | 47 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/ |
D | LogHelper.java | 63 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/ |
D | AESGCMCipherTestBase.java | 161 byte[] aad, byte[] input, byte[] expectedOutput) throws Exception { in assertKatTransformWithAadProvidedInOneGo() 176 byte[] aad, byte[] input, byte[] expectedOutput, int maxChunkSize) throws Exception { in assertKatTransformWithAadProvidedInChunks()
|
D | BlockCipherTestBase.java | 748 int opmode, byte[] input, byte[] expectedOutput) throws Exception { in assertKatOneShotTransformUsingDoFinal()
|