Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A DProtoInputStreamObjectTest.java319 public void testDeepObjects() throws IOException { in testDeepObjects() method in ProtoInputStreamObjectTest
320 testDeepObjects(0); in testDeepObjects()
321 testDeepObjects(1); in testDeepObjects()
322 testDeepObjects(5); in testDeepObjects()
328 private void testDeepObjects(int chunkSize) throws IOException { in testDeepObjects() method in ProtoInputStreamObjectTest