Searched refs:phoneAccountCallWithNoteCache (Results 1 – 1 of 1) sorted by relevance
51 private final Map<PhoneAccountHandle, Boolean> phoneAccountCallWithNoteCache = new ArrayMap<>(); field in CallLogCache60 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()