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.java469 private final Map<String, CacheEntry> mPhoneNumAndConnTime = new ConcurrentHashMap<>(); field in ImsPhoneCallTracker
1953 mPhoneNumAndConnTime.entrySet().removeIf(e -> e.getValue().mCachedTime < threshold); in maintainConnectTimeCache()
1975 if (mPhoneNumAndConnTime.containsKey(phoneNumber) in cacheConnectionTimeWithPhoneNumber()
1977 <= mPhoneNumAndConnTime.get(phoneNumber).mConnectTime) { in cacheConnectionTimeWithPhoneNumber()
1981 mPhoneNumAndConnTime.put(phoneNumber, cachedConnectTime); in cacheConnectionTimeWithPhoneNumber()
2002 return mPhoneNumAndConnTime.get(formattedNumber); in findConnectionTimeUsePhoneNumber()
2605 mPhoneNumAndConnTime.remove(formattedNumber); in processCallStateChange()