Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DDataUsageSummaryPreferenceTest.java105 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 …]
/packages/apps/Messaging/src/com/android/messaging/ui/
DCursorRecyclerAdapter.java201 bindViewHolder(holder, mContext, mCursor); in onBindViewHolder()
210 public abstract void bindViewHolder(VH holder, Context context, Cursor cursor); in bindViewHolder() method in CursorRecyclerAdapter
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListAdapter.java50 public void bindViewHolder(final ConversationListViewHolder holder, final Context context, in bindViewHolder() method in ConversationListAdapter
DShareIntentAdapter.java56 public void bindViewHolder(final ShareIntentViewHolder holder, final Context context, in bindViewHolder() method in ShareIntentAdapter
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageAdapter.java63 public void bindViewHolder(final ConversationMessageViewHolder holder, in bindViewHolder() method in ConversationMessageAdapter