Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java180 private final SparseArray<SparseArray<CarPropertyServiceClient>> mSetOpClientByAreaIdByPropId = field in CarPropertyService
279 mSetOpClientByAreaIdByPropId.clear(); in release()
298 for (int i = 0; i < mSetOpClientByAreaIdByPropId.size(); i++) { in dump()
299 int propId = mSetOpClientByAreaIdByPropId.keyAt(i); in dump()
300 SparseArray areaIdToClient = mSetOpClientByAreaIdByPropId.valueAt(i); in dump()
889 if (mSetOpClientByAreaIdByPropId.get(propertyId) != null) { in updateSetOperationRecorderLocked()
890 mSetOpClientByAreaIdByPropId.get(propertyId).put(areaId, client); in updateSetOperationRecorderLocked()
894 mSetOpClientByAreaIdByPropId.put(propertyId, areaIdToClient); in updateSetOperationRecorderLocked()
904 SparseArray<CarPropertyServiceClient> areaIdToClient = mSetOpClientByAreaIdByPropId.get( in clearSetOperationRecorderLocked()
923 mSetOpClientByAreaIdByPropId.remove(propertyId); in clearSetOperationRecorderLocked()
[all …]