Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java1048 int indexOfPropIdAreaId = updaterByPropIdAreaId.indexOfKeyPair(propId, areaId); in subscribeContinuousProp() local
1049 if (indexOfPropIdAreaId >= 0) { in subscribeContinuousProp()
1052 updaterByPropIdAreaId.valueAt(indexOfPropIdAreaId); in subscribeContinuousProp()
1059 updaterByPropIdAreaId.removeAt(indexOfPropIdAreaId); in subscribeContinuousProp()