Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyEventController.java111 return setToArray(mPropIdToAreaIdToCpeTracker.getSecondKeysForFirstKey(propertyId)); in getAreaIds()
122 for (int areaId : mPropIdToAreaIdToCpeTracker.getSecondKeysForFirstKey(propertyId)) { in remove()
139 mPropIdToAreaIdToCpeTracker.getSecondKeysForFirstKey(propertyId)) { in remove()
DSubscriptionManager.java315 mStagedRateInfoByClientByPropIdAreaId.getSecondKeysForFirstKey(propertyId); in stageUnregister()
456 if (mStagedRateInfoByClientByPropIdAreaId.getSecondKeysForFirstKey( in diffBetweenCurrentAndStage()
485 ArraySet<Integer> areaIds = diffRateInfoByPropIdAreaId.getSecondKeysForFirstKey( in getCarSubscription()
/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/util/
DPairSparseArrayUnitTest.java159 expectThat(map.getSecondKeysForFirstKey(FIRST_KEY)).containsExactly(FIRST_KEY); in test_getSecondKeysForFirstKey()
160 expectThat(map.getSecondKeysForFirstKey(SECOND_KEY)).containsExactly(FIRST_KEY, SECOND_KEY); in test_getSecondKeysForFirstKey()
161 expectThat(map.getSecondKeysForFirstKey(THIRD_KEY)).containsExactly(FIRST_KEY, SECOND_KEY, in test_getSecondKeysForFirstKey()
163 expectThat(map.getSecondKeysForFirstKey(FOURTH_KEY)).containsExactly(FIRST_KEY, SECOND_KEY, in test_getSecondKeysForFirstKey()
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DPairSparseArray.java76 public ArraySet<Integer> getSecondKeysForFirstKey(int firstKey) { in getSecondKeysForFirstKey() method in PairSparseArray
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java99 for (int areaId : mListenersByPropIdAreaId.getSecondKeysForFirstKey(propId)) { in unregisterListener()