Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java111 mUpdaterByPropIdAreaIdByClient = new ArrayMap<>(); field in FakeVehicleStub
1041 mUpdaterByPropIdAreaIdByClient.get(client); in subscribeContinuousProp()
1045 mUpdaterByPropIdAreaIdByClient.put(client, updaterByPropIdAreaId); in subscribeContinuousProp()
1128 if (!mUpdaterByPropIdAreaIdByClient.containsKey(client)) { in unsubscribeContinuousProp()
1134 mUpdaterByPropIdAreaIdByClient.get(client); in unsubscribeContinuousProp()
1149 mUpdaterByPropIdAreaIdByClient.remove(client); in unsubscribeContinuousProp()