Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/calllogcache/
DCallLogCacheLollipopMr1.java44 private final Map<PhoneAccountHandle, Boolean> mPhoneAccountCallWithNoteCache = new HashMap<>(); field in CallLogCacheLollipopMr1
55 mPhoneAccountCallWithNoteCache.clear(); in reset()
101 if (mPhoneAccountCallWithNoteCache.containsKey(accountHandle)) { in doesAccountSupportCallSubject()
102 return mPhoneAccountCallWithNoteCache.get(accountHandle); in doesAccountSupportCallSubject()
106 mPhoneAccountCallWithNoteCache.put(accountHandle, supportsCallWithNote); in doesAccountSupportCallSubject()