Searched refs:expectedBytes (Results 1 – 4 of 4) sorted by relevance
217 byte[] expectedBytes = expectedString.getBytes(StandardCharsets.UTF_8); in verifyDataReceivedFromWearable()218 byte[] dataFromWearable = readData(mSecureWearableConnection, expectedBytes.length); in verifyDataReceivedFromWearable()219 if (Arrays.equals(expectedBytes, dataFromWearable)) { in verifyDataReceivedFromWearable()227 dataFromWearable.length, expectedBytes.length)); in verifyDataReceivedFromWearable()
62 final byte expectedBytes[] = new byte[] { in testBlitFramebuffer()104 assertTrue(Arrays.equals(testBytes, expectedBytes)); in testBlitFramebuffer()115 assertTrue(Arrays.equals(testBytes, expectedBytes)); in testBlitFramebuffer()
733 int expectedBytes; in onPreviewFrame() local743 expectedBytes = ySize + uvSize * 2; in onPreviewFrame()748 expectedBytes = mPreviewSize.width * mPreviewSize.height * in onPreviewFrame()752 if (expectedBytes != data.length) { in onPreviewFrame()756 expectedBytes + ", but got " + in onPreviewFrame()
138 byte[] expectedBytes = expected.getBytes(); in checkDump()139 byte[] input = new byte[expectedBytes.length]; in checkDump()142 Assert.assertArrayEquals(input, expectedBytes); in checkDump()