Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DRcsStats.java309 protected final Map<Integer, ImsDedicatedBearerListenerEvent> mDedicatedBearerListenerEventMap = field in RcsStats
1084 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()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DRcsStatsTest.java203 return mDedicatedBearerListenerEventMap.get(listenerId); in dedicatedBearerListenerEventMap_get()
207 return mDedicatedBearerListenerEventMap.containsKey(listenerId); in dedicatedBearerListenerEventMap_containsKey()
211 mDedicatedBearerListenerEventMap.remove(listenerId); in dedicatedBearerListenerEventMap_remove()