Home
last modified time | relevance | path

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

/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java103 mCursor.addRow(createCallLogEntryWithCachedValues()); in testBindView_CallLogCacheButNoMemoryCache_EnqueueRequest()
135 mCursor.addRow(createCallLogEntryWithCachedValues()); in testBindView_BothCallLogAndMemoryCache_NoEnqueueRequest()
146 mCursor.addRow(createCallLogEntryWithCachedValues()); in testBindView_MismatchBetwenCallLogAndMemoryCache_EnqueueRequest()
183 private Object[] createCallLogEntryWithCachedValues() { in createCallLogEntryWithCachedValues() method in CallLogAdapterTest