Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1193 private final ConcurrentHashMap<Integer, ImsTrafficSession> mImsTrafficSessions = field in ImsPhoneCallTracker
6270 mImsTrafficSessions.put(Integer.valueOf(token), in registerImsTrafficSession()
6275 mImsTrafficSessions.remove(Integer.valueOf(token)); in unregisterImsTrafficSession()
6279 return mImsTrafficSessions.get(Integer.valueOf(token)); in getImsTrafficSession()
6283 boolean isEmpty = mImsTrafficSessions.isEmpty(); in stopAllImsTrafficTypes()
6288 mImsTrafficSessions.forEachKey(1, token -> mPhone.stopImsTraffic(token, null)); in stopAllImsTrafficTypes()
6289 mImsTrafficSessions.clear(); in stopAllImsTrafficTypes()