Home
last modified time | relevance | path

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

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamObjectTest.java78 public void testObjectOneChar() throws IOException { in testObjectOneChar() method in ProtoInputStreamObjectTest
79 testObjectOneChar(0); in testObjectOneChar()
80 testObjectOneChar(1); in testObjectOneChar()
81 testObjectOneChar(5); in testObjectOneChar()
87 private void testObjectOneChar(int chunkSize) throws IOException { in testObjectOneChar() method in ProtoInputStreamObjectTest