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.java3412 int[] propertyIdsArray = new int[propertyIds.size()]; in getSupportedNoReadPermPropIds() local
3414 propertyIdsArray[i] = propertyIds.valueAt(i); in getSupportedNoReadPermPropIds()
3417 return mService.getSupportedNoReadPermPropIds(propertyIdsArray); in getSupportedNoReadPermPropIds()