Searched refs:callLogCache (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogListItemViewHolder.java | 131 private final CallLogCache callLogCache; field in CallLogListItemViewHolder 249 CallLogCache callLogCache, in CallLogListItemViewHolder() argument 265 this.callLogCache = callLogCache; in CallLogListItemViewHolder() 332 CallLogCache callLogCache, in create() argument 342 callLogCache, in create() 362 CallLogCache callLogCache) { in createForTest() argument 365 new PhoneCallDetailsHelper(context, resources, callLogCache); in createForTest() 374 callLogCache, in createForTest() 375 new CallLogListItemHelper(phoneCallDetailsHelper, resources, callLogCache), in createForTest() 561 if (callLogCache.isVoicemailNumber(accountHandle, number)) { in updatePrimaryActionButton() [all …]
|
D | CallLogListItemHelper.java | 38 private final CallLogCache callLogCache; field in CallLogListItemHelper 50 CallLogCache callLogCache) { in CallLogListItemHelper() argument 53 this.callLogCache = callLogCache; in CallLogListItemHelper() 198 String accountLabel = callLogCache.getAccountLabel(details.accountHandle); in getCallDescription()
|
D | PhoneCallDetailsHelper.java | 78 private final CallLogCache callLogCache; field in PhoneCallDetailsHelper 97 public PhoneCallDetailsHelper(Context context, Resources resources, CallLogCache callLogCache) { in PhoneCallDetailsHelper() argument 100 this.callLogCache = callLogCache; in PhoneCallDetailsHelper() 194 String accountLabel = callLogCache.getAccountLabel(details.accountHandle); in setPhoneCallDetails() 207 int color = callLogCache.getAccountColor(details.accountHandle); in setPhoneCallDetails() 482 && !callLogCache.isVoicemailNumber(details.accountHandle, details.number)) { in getCallTypeOrLocation()
|
D | CallLogAdapter.java | 132 protected final CallLogCache callLogCache; field in CallLogAdapter 523 CallLogCache callLogCache, in CallLogAdapter() argument 549 this.callLogCache = callLogCache; in CallLogAdapter() 552 new PhoneCallDetailsHelper(this.activity, resources, this.callLogCache); in CallLogAdapter() 554 new CallLogListItemHelper(phoneCallDetailsHelper, resources, this.callLogCache); in CallLogAdapter() 708 callLogCache.reset(); in pauseCache() 741 callLogCache, in createCallLogEntryViewHolder() 1046 final boolean isVoicemailNumber = callLogCache.isVoicemailNumber(accountHandle, details.number); in loadData()
|
/packages/apps/Dialer/java/com/android/dialer/oem/ |
D | CequintCallerIdManager.java | 74 private final ConcurrentHashMap<String, CequintCallerIdContact> callLogCache = field in CequintCallerIdManager 175 if (callLogCache.containsKey(number)) { in getCachedCequintCallerIdContact() 176 return callLogCache.get(number); in getCachedCequintCallerIdContact() 181 callLogCache.put(number, cequintCallerIdContact); in getCachedCequintCallerIdContact()
|
/packages/apps/Dialer/java/com/android/dialer/app/legacybindings/ |
D | DialerLegacyBindingsStub.java | 38 CallLogCache callLogCache, in newCallLogAdapter() argument 49 callLogCache, in newCallLogAdapter()
|
D | DialerLegacyBindings.java | 44 CallLogCache callLogCache, in newCallLogAdapter() argument
|