Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DSubscriptionManager.java266 ArraySet<int[]> mStagedAffectedPropIdAreaIds = new ArraySet<>(); field in SubscriptionManager
287 mStagedAffectedPropIdAreaIds.add(new int[]{propertyId, areaId}); in stageNewOptions()
318 mStagedAffectedPropIdAreaIds.add(new int[]{propertyId, areaId}); in stageUnregister()
341 if (mStagedAffectedPropIdAreaIds.isEmpty()) { in commit()
349 mStagedAffectedPropIdAreaIds.clear(); in commit()
358 if (mStagedAffectedPropIdAreaIds.isEmpty()) { in dropCommit()
366 mStagedAffectedPropIdAreaIds.clear(); in dropCommit()
379 mStagedAffectedPropIdAreaIds.clear(); in clear()
414 if (mStagedAffectedPropIdAreaIds.isEmpty()) { in diffBetweenCurrentAndStage()
422 for (int i = 0; i < mStagedAffectedPropIdAreaIds.size(); i++) { in diffBetweenCurrentAndStage()
[all …]