Searched refs:mSubscribedHalPropIds (Results 1 – 1 of 1) sorted by relevance
87 private Set<Integer> mSubscribedHalPropIds; field in PropertyHalService131 mSubscribedHalPropIds = new HashSet<Integer>(); in PropertyHalService()323 mSubscribedHalPropIds.add(halPropId); in subscribeProperty()343 if (mSubscribedHalPropIds.contains(halPropId)) { in unsubscribeProperty()344 mSubscribedHalPropIds.remove(halPropId); in unsubscribeProperty()363 for (Integer halProp : mSubscribedHalPropIds) { in release()366 mSubscribedHalPropIds.clear(); in release()