Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DPromoCardViewHolder.java77 public static PromoCardViewHolder createForTest(Context context) { in createForTest() method in PromoCardViewHolder
DPhoneCallDetailsViews.java64 public static PhoneCallDetailsViews createForTest(Context context) { in createForTest() method in PhoneCallDetailsViews
DCallLogListItemViewHolder.java702 public static CallLogListItemViewHolder createForTest(Context context) { in createForTest() method in CallLogListItemViewHolder
721 PhoneCallDetailsViews.createForTest(context), in createForTest()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java119 mViewHolder = CallLogListItemViewHolder.createForTest(getContext()); in setUp()
328 holders[i] = CallLogListItemViewHolder.createForTest(getContext()); in testPresentationAfterRebindingViewHolders()
568 mAdapter.onBindViewHolder(PromoCardViewHolder.createForTest(getContext()), 0); in testBindVoicemailPromoCard()
DCallLogListItemHelperTest.java71 mViewHolder = CallLogListItemViewHolder.createForTest(mContext); in setUp()
DPhoneCallDetailsHelperTest.java92 mViews = PhoneCallDetailsViews.createForTest(mContext); in setUp()