Searched refs:mSetOpClientByAreaIdByPropId (Results 1 – 1 of 1) sorted by relevance
180 private final SparseArray<SparseArray<CarPropertyServiceClient>> mSetOpClientByAreaIdByPropId = field in CarPropertyService279 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 …]