Searched refs:createForTest (Results 1 – 7 of 7) sorted by relevance
73 public static CallLogListItemViews createForTest(Context context) { in createForTest() method in CallLogListItemViews79 PhoneCallDetailsViews.createForTest(context), in createForTest()
66 StreamItemEntry ret = StreamItemEntry.createForTest(mId, mText, mComment, mTimestamp, in build()
63 public static PhoneCallDetailsViews createForTest(Context context) { in createForTest() method in PhoneCallDetailsViews
65 mViews = CallLogListItemViews.createForTest(context); in setUp()
72 mView.setTag(CallLogListItemViews.createForTest(getContext())); in setUp()
60 public static StreamItemEntry createForTest(long id, String text, String comments, in createForTest() method in StreamItemEntry
75 mViews = PhoneCallDetailsViews.createForTest(context); in setUp()