Home
last modified time | relevance | path

Searched defs:testRepeatedCompat (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamBytesTest.java248 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamBytesTest
260 private void testRepeatedCompat(byte[][] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamBytesTest
DProtoInputStreamStringTest.java236 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamStringTest
244 private void testRepeatedCompat(String[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamStringTest
DProtoInputStreamBoolTest.java213 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamBoolTest
221 private void testRepeatedCompat(boolean[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamBoolTest
DProtoInputStreamEnumTest.java254 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamEnumTest
262 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamEnumTest
DProtoInputStreamSInt32Test.java247 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamSInt32Test
255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamSInt32Test
DProtoInputStreamUInt32Test.java252 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamUInt32Test
260 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamUInt32Test
DProtoInputStreamSFixed32Test.java247 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamSFixed32Test
255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamSFixed32Test
DProtoInputStreamFixed32Test.java247 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamFixed32Test
255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamFixed32Test
DProtoInputStreamInt32Test.java253 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamInt32Test
261 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamInt32Test
DProtoInputStreamUInt64Test.java300 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamUInt64Test
308 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamUInt64Test
DProtoInputStreamSFixed64Test.java310 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamSFixed64Test
318 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamSFixed64Test
DProtoInputStreamSInt64Test.java295 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamSInt64Test
303 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamSInt64Test
DProtoInputStreamInt64Test.java302 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamInt64Test
310 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamInt64Test
DProtoInputStreamFixed64Test.java310 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamFixed64Test
318 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamFixed64Test
DProtoInputStreamDoubleTest.java357 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamDoubleTest
368 private void testRepeatedCompat(double[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamDoubleTest
DProtoInputStreamFloatTest.java330 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamFloatTest
341 private void testRepeatedCompat(float[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamFloatTest