Home
last modified time | relevance | path

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

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamStringTest.java236 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamStringTest
237 testRepeatedCompat(new String[0]); in testRepeatedCompat()
238 testRepeatedCompat(new String[]{"", "abcd\u3110!", "Hi"}); in testRepeatedCompat()
244 private void testRepeatedCompat(String[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamStringTest
DProtoInputStreamBytesTest.java248 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamBytesTest
249 testRepeatedCompat(new byte[0][]); in testRepeatedCompat()
250 testRepeatedCompat(new byte[][]{ in testRepeatedCompat()
260 private void testRepeatedCompat(byte[][] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamBytesTest
DProtoInputStreamBoolTest.java213 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamBoolTest
214 testRepeatedCompat(new boolean[0]); in testRepeatedCompat()
215 testRepeatedCompat(new boolean[]{false, true}); in testRepeatedCompat()
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
255 testRepeatedCompat(new int[]{}); in testRepeatedCompat()
256 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
248 testRepeatedCompat(new int[0]); in testRepeatedCompat()
249 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
253 testRepeatedCompat(new int[0]); in testRepeatedCompat()
254 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
248 testRepeatedCompat(new int[0]); in testRepeatedCompat()
249 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
248 testRepeatedCompat(new int[0]); in testRepeatedCompat()
249 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
254 testRepeatedCompat(new int[0]); in testRepeatedCompat()
255 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
301 testRepeatedCompat(new long[0]); in testRepeatedCompat()
302 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
311 testRepeatedCompat(new long[0]); in testRepeatedCompat()
312 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
296 testRepeatedCompat(new long[0]); in testRepeatedCompat()
297 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
303 testRepeatedCompat(new long[0]); in testRepeatedCompat()
304 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
311 testRepeatedCompat(new long[0]); in testRepeatedCompat()
312 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
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
358 testRepeatedCompat(new double[0]); in testRepeatedCompat()
359 testRepeatedCompat(new double[]{0, 1, -1234.432, 42.42, in testRepeatedCompat()
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
331 testRepeatedCompat(new float[0]); in testRepeatedCompat()
332 testRepeatedCompat(new float[]{0, 1, -1234.432f, 42.42f, in testRepeatedCompat()
341 private void testRepeatedCompat(float[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamFloatTest