Searched refs:mDedicatedBearerListenerEventMap (Results 1 – 2 of 2) sorted by relevance
309 protected final Map<Integer, ImsDedicatedBearerListenerEvent> mDedicatedBearerListenerEventMap = field in RcsStats1084 if (mDedicatedBearerListenerEventMap.containsKey(listenerId)) { in onImsDedicatedBearerListenerAdded()1096 mDedicatedBearerListenerEventMap.put(listenerId, preProto); in onImsDedicatedBearerListenerAdded()1112 if (mDedicatedBearerListenerEventMap.containsKey(listenerId)) { in onImsDedicatedBearerListenerUpdateSession()1114 mDedicatedBearerListenerEventMap.get(listenerId); in onImsDedicatedBearerListenerUpdateSession()1120 mDedicatedBearerListenerEventMap.replace(listenerId, preProto); in onImsDedicatedBearerListenerUpdateSession()1130 mDedicatedBearerListenerEventMap.put(listenerId, preProto); in onImsDedicatedBearerListenerUpdateSession()1137 if (mDedicatedBearerListenerEventMap.containsKey(listenerId)) { in onImsDedicatedBearerListenerRemoved()1140 mDedicatedBearerListenerEventMap.get(listenerId); in onImsDedicatedBearerListenerRemoved()1143 mDedicatedBearerListenerEventMap.remove(listenerId); in onImsDedicatedBearerListenerRemoved()
203 return mDedicatedBearerListenerEventMap.get(listenerId); in dedicatedBearerListenerEventMap_get()207 return mDedicatedBearerListenerEventMap.containsKey(listenerId); in dedicatedBearerListenerEventMap_containsKey()211 mDedicatedBearerListenerEventMap.remove(listenerId); in dedicatedBearerListenerEventMap_remove()