Searched refs:bindViewHolder (Results 1 – 5 of 5) sorted by relevance
105 bindViewHolder(); in testSetUsageInfo_withLaunchIntent_launchButtonShown()114 bindViewHolder(); in testSetUsageInfo_withoutLaunchIntent_launchButtonNotShown()123 bindViewHolder(); in testSetUsageInfo_withDataPlans_carrierInfoShown()132 bindViewHolder(); in testSetUsageInfo_withNoDataPlans_carrierInfoNotShown()146 bindViewHolder(); in testCarrierUpdateTime_shouldFormatDaysCorrectly()161 bindViewHolder(); in testCarrierUpdateTime_shouldFormatHoursCorrectly()176 bindViewHolder(); in testCarrierUpdateTime_shouldFormatMinutesCorrectly()188 bindViewHolder(); in testCarrierUpdateTime_shouldFormatLessThanMinuteCorrectly()200 bindViewHolder(); in testCarrierUpdateTimeWithNoCarrier_shouldSayJustNow()212 bindViewHolder(); in testCarrierUpdateTimeWithNoCarrier_shouldFormatTime()[all …]
201 bindViewHolder(holder, mContext, mCursor); in onBindViewHolder()210 public abstract void bindViewHolder(VH holder, Context context, Cursor cursor); in bindViewHolder() method in CursorRecyclerAdapter
50 public void bindViewHolder(final ConversationListViewHolder holder, final Context context, in bindViewHolder() method in ConversationListAdapter
56 public void bindViewHolder(final ShareIntentViewHolder holder, final Context context, in bindViewHolder() method in ShareIntentAdapter
63 public void bindViewHolder(final ConversationMessageViewHolder holder, in bindViewHolder() method in ConversationMessageAdapter