Home
last modified time | relevance | path

Searched defs:ints (Results 1 – 3 of 3) sorted by relevance

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DSampleDeviceInfo.java34 int[] ints = {Integer.MAX_VALUE, Integer.MIN_VALUE}; in collectDeviceInfo() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java123 int[] ints = new int[strings.length]; in parseIntList() local
/cts/tests/tests/os/src/android/os/cts/
DParcelTest.java3898 int[][] ints = new int[][] {{1,2,3}, {4,5,6}}; in testFixedArray() local