Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogListItemViews.java136 public static CallLogListItemViews createForTest(Context context) { in createForTest() method in CallLogListItemViews
140 PhoneCallDetailsViews.createForTest(context), in createForTest()
/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetailsViews.java64 public static PhoneCallDetailsViews createForTest(Context context) { in createForTest() method in PhoneCallDetailsViews
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java73 mView.setTag(CallLogListItemViews.createForTest(getContext())); in setUp()
DCallLogListItemHelperTest.java71 mViews = CallLogListItemViews.createForTest(context); in setUp()
/packages/apps/Dialer/tests/src/com/android/dialer/
DPhoneCallDetailsHelperTest.java75 mViews = PhoneCallDetailsViews.createForTest(context); in setUp()