Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/util/
DPairSparseArray.java192 public int[] keyPairAt(int index) { in keyPairAt() method in PairSparseArray
220 int[] keyPair = keyPairAt(index); in removeAt()
262 int[] keyPair = keyPairAt(i); in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DSubscriptionManager.java524 int[] keyPair = mCurrentRateInfoByClientByPropIdAreaId.keyPairAt(i); in cloneCurrentToStageIfClean()
534 int[] propIdAreaId = states.keyPairAt(i); in dumpStates()
/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/util/
DPairSparseArrayUnitTest.java72 assertThat(map.keyPairAt(0)).asList().containsExactly(FIRST_KEY, SECOND_KEY); in test_indexMethods()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java1101 int[] propIdAreaId = mOnChangeSubscribeClientByPropIdAreaId.keyPairAt(i); in unsubscribeOnChangeProp()
1136 int[] propIdAreaId = updaterByPropIdAreaId.keyPairAt(i); in unsubscribeContinuousProp()
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java533 int propertyId = mRateInfoByPropIdAreaId.keyPairAt(i)[0]; in release()
1648 int[] keyPair = state.keyPairAt(i); in cloneState()