Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java4086 int[] propertyIdsArray = new int[propertyIds.size()]; in getSupportedNoReadPermPropIds() local
4088 propertyIdsArray[i] = propertyIds.valueAt(i); in getSupportedNoReadPermPropIds()
4091 return mService.getSupportedNoReadPermPropIds(propertyIdsArray); in getSupportedNoReadPermPropIds()