HomeSort by relevance Sort by last modified time
    Searched refs:DvrHistoryRowAdapter (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/ui/list/
DvrHistoryFragment.java 38 private DvrHistoryRowAdapter mRowsAdapter;
51 mRowsAdapter = new DvrHistoryRowAdapter(
DvrHistoryRowAdapter.java 46 class DvrHistoryRowAdapter extends ArrayObjectAdapter {
47 private static final String TAG = "DvrHistoryRowAdapter";
59 public DvrHistoryRowAdapter(
244 SoftPreconditions.checkState(getClass().equals(DvrHistoryRowAdapter.class));
326 SoftPreconditions.checkState(getClass().equals(DvrHistoryRowAdapter.class));

Completed in 494 milliseconds