Home
last modified time | relevance | path

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

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamObjectTest.java248 public void testComplexObject() throws IOException { in testComplexObject() method in ProtoInputStreamObjectTest
249 testComplexObject(0); in testComplexObject()
250 testComplexObject(1); in testComplexObject()
251 testComplexObject(5); in testComplexObject()
257 private void testComplexObject(int chunkSize) throws IOException { in testComplexObject() method in ProtoInputStreamObjectTest