Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DRcsStats.java319 protected final Map<Integer, ImsDedicatedBearerListenerEvent> mDedicatedBearerListenerEventMap = field in RcsStats
1097 if (mDedicatedBearerListenerEventMap.containsKey(listenerId)) { in onImsDedicatedBearerListenerAdded()
1109 mDedicatedBearerListenerEventMap.put(listenerId, preProto); in onImsDedicatedBearerListenerAdded()
1125 if (mDedicatedBearerListenerEventMap.containsKey(listenerId)) { in onImsDedicatedBearerListenerUpdateSession()
1127 mDedicatedBearerListenerEventMap.get(listenerId); in onImsDedicatedBearerListenerUpdateSession()
1133 mDedicatedBearerListenerEventMap.replace(listenerId, preProto); in onImsDedicatedBearerListenerUpdateSession()
1143 mDedicatedBearerListenerEventMap.put(listenerId, preProto); in onImsDedicatedBearerListenerUpdateSession()
1150 if (mDedicatedBearerListenerEventMap.containsKey(listenerId)) { in onImsDedicatedBearerListenerRemoved()
1153 mDedicatedBearerListenerEventMap.get(listenerId); in onImsDedicatedBearerListenerRemoved()
1156 mDedicatedBearerListenerEventMap.remove(listenerId); in onImsDedicatedBearerListenerRemoved()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DRcsStatsTest.java204 return mDedicatedBearerListenerEventMap.get(listenerId); in dedicatedBearerListenerEventMap_get()
208 return mDedicatedBearerListenerEventMap.containsKey(listenerId); in dedicatedBearerListenerEventMap_containsKey()
212 mDedicatedBearerListenerEventMap.remove(listenerId); in dedicatedBearerListenerEventMap_remove()