Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/calllogcache/
DCallLogCache.java51 public static CallLogCache getCallLogCache(Context context) { in getCallLogCache() method in CallLogCache
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java286 mCallLogCache = CallLogCache.getCallLogCache(mContext); in CallLogAdapter()
DCallLogListItemViewHolder.java705 CallLogCache.getCallLogCache(context); in createForTest()