Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/calllogcache/
DCallLogCache.java51 private final Map<PhoneAccountHandle, Boolean> phoneAccountCallWithNoteCache = new ArrayMap<>(); field in CallLogCache
60 phoneAccountCallWithNoteCache.clear(); in reset()
119 if (phoneAccountCallWithNoteCache.containsKey(accountHandle)) { in doesAccountSupportCallSubject()
120 return phoneAccountCallWithNoteCache.get(accountHandle); in doesAccountSupportCallSubject()
124 phoneAccountCallWithNoteCache.put(accountHandle, supportsCallWithNote); in doesAccountSupportCallSubject()