Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java723 private final Map<String, CacheEntry> mPhoneNumAndConnTime = new ConcurrentHashMap<>(); field in ImsPhoneCallTracker
2441 mPhoneNumAndConnTime.entrySet().removeIf(e -> e.getValue().mCachedTime < threshold); in maintainConnectTimeCache()
2463 if (mPhoneNumAndConnTime.containsKey(phoneNumber) in cacheConnectionTimeWithPhoneNumber()
2465 <= mPhoneNumAndConnTime.get(phoneNumber).mConnectTime) { in cacheConnectionTimeWithPhoneNumber()
2469 mPhoneNumAndConnTime.put(phoneNumber, cachedConnectTime); in cacheConnectionTimeWithPhoneNumber()
2490 return mPhoneNumAndConnTime.get(formattedNumber); in findConnectionTimeUsePhoneNumber()
3148 mPhoneNumAndConnTime.remove(formattedNumber); in processCallStateChange()