Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java358 int areaId = isPropertyGlobal(propId) ? AREA_ID_GLOBAL : requestedPropValue.getAreaId(); in get()
382 if (isPropertyGlobal(propId)) { in get()
405 int areaId = isPropertyGlobal(propId) ? AREA_ID_GLOBAL : propValue.getAreaId(); in set()
650 if (isPropertyGlobal(propId)) { in extractPropValues()
745 private boolean isPropertyGlobal(int propId) { in isPropertyGlobal() method in FakeVehicleStub
847 if (isPropertyGlobal(propId) && getAllSupportedAreaId(propId).isEmpty()) { in withinRange()
946 if ((isPropertyGlobal(propId) && supportedAreaIds.isEmpty()) in checkAreaIdSupported()
975 int[] areaIds = isPropertyGlobal(propId) ? new int[]{AREA_ID_GLOBAL} in subscribe()