Searched refs:mPhoneAccountCallWithNoteCache (Results 1 – 1 of 1) sorted by relevance
44 private final Map<PhoneAccountHandle, Boolean> mPhoneAccountCallWithNoteCache = new HashMap<>(); field in CallLogCacheLollipopMr155 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()