Home
last modified time | relevance | path

Searched defs:getIntValues (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DEvsHalServiceTest.java72 private List<Integer> getIntValues(HalPropValue value) { in getIntValues() method in EvsHalServiceTest
DClusterHalServiceTest.java106 private ArrayList<Integer> getIntValues(HalPropValue value) { in getIntValues() method in ClusterHalServiceTest
DUserHalServiceTest.java2090 private static List<Integer> getIntValues(HalPropValue value) { in getIntValues() method in UserHalServiceTest
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/gestures/
H A DPropertyProvider.cpp193 std::vector<int> GesturesProp::getIntValues() const { in getIntValues() function in GesturesProp
/aosp_15_r20/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
H A DGlesStubActivity.java218 static protected int[] getIntValues(int fieldId, int count) throws IllegalAccessException{ in getIntValues() method in GlesStubActivity.ImplementationVariable