Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DNetlinkConstants.java54 final int intLength = (int) length & 0xffff; in alignedLengthOf() local
55 return alignedLengthOf(intLength); in alignedLengthOf()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java2066 int intLength = intValues.length + 1; in createPropRequest() local
2068 intLength += 1; in createPropRequest()
2070 int[] values = new int[intLength]; in createPropRequest()