Searched refs:getSecondKeysForFirstKey (Results 1 – 5 of 5) sorted by relevance
111 return setToArray(mPropIdToAreaIdToCpeTracker.getSecondKeysForFirstKey(propertyId)); in getAreaIds()122 for (int areaId : mPropIdToAreaIdToCpeTracker.getSecondKeysForFirstKey(propertyId)) { in remove()139 mPropIdToAreaIdToCpeTracker.getSecondKeysForFirstKey(propertyId)) { in remove()
315 mStagedRateInfoByClientByPropIdAreaId.getSecondKeysForFirstKey(propertyId); in stageUnregister()456 if (mStagedRateInfoByClientByPropIdAreaId.getSecondKeysForFirstKey( in diffBetweenCurrentAndStage()485 ArraySet<Integer> areaIds = diffRateInfoByPropIdAreaId.getSecondKeysForFirstKey( in getCarSubscription()
159 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()
76 public ArraySet<Integer> getSecondKeysForFirstKey(int firstKey) { in getSecondKeysForFirstKey() method in PairSparseArray
99 for (int areaId : mListenersByPropIdAreaId.getSecondKeysForFirstKey(propId)) { in unregisterListener()