OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createForTest
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsViews.java
64
public static PhoneCallDetailsViews
createForTest
(Context context) {
PromoCardViewHolder.java
77
public static PromoCardViewHolder
createForTest
(Context context) {
CallLogListItemViewHolder.java
702
public static CallLogListItemViewHolder
createForTest
(Context context) {
721
PhoneCallDetailsViews.
createForTest
(context),
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java
119
mViewHolder = CallLogListItemViewHolder.
createForTest
(getContext());
328
holders[i] = CallLogListItemViewHolder.
createForTest
(getContext());
568
mAdapter.onBindViewHolder(PromoCardViewHolder.
createForTest
(getContext()), 0);
[
all
...]
Completed in 90 milliseconds