Home
last modified time | relevance | path

Searched refs:updateRecyclerView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvFeedbackConsent/src/com/android/tv/feedbackconsent/
DTvFeedbackConsentInformationDialog.java68 protected final void updateRecyclerView(List<String> viewData) { in updateRecyclerView() method in TvFeedbackConsentInformationDialog
73 mAdapter.updateRecyclerView(viewData); in updateRecyclerView()
86 void updateRecyclerView(List<String> viewData) { in updateRecyclerView() method in TvFeedbackConsentInformationDialog.TvFeedbackConsentRecyclerViewAdapter
DTvFeedbackConsentActivity.java143 viewLogsDialog.updateRecyclerView(systemLogs); in onSystemLogsReady()