Home
last modified time | relevance | path

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

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamObjectTest.java184 public void testObjectAndTwoChars() throws IOException { in testObjectAndTwoChars() method in ProtoInputStreamObjectTest
185 testObjectAndTwoChars(0); in testObjectAndTwoChars()
186 testObjectAndTwoChars(1); in testObjectAndTwoChars()
187 testObjectAndTwoChars(5); in testObjectAndTwoChars()
193 private void testObjectAndTwoChars(int chunkSize) throws IOException { in testObjectAndTwoChars() method in ProtoInputStreamObjectTest