Home
last modified time | relevance | path

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

/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/
DDvrLibraryTest.java48 private BySelector mRecentRow; field in DvrLibraryTest
56 mRecentRow = in setUp()
97 controller.assertHas(mRecentRow, false); in testEmptyLibrary()
176 controller.assertHas(mRecentRow, false); in testScheduleRecordings()
316 controller.assertHas(mRecentRow, false); in testScheduleRecordings()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseFragment.java79 private ListRow mRecentRow; field in DvrBrowseFragment
451 mRecentRow = in startBrowseIfDvrInitialized()
637 mRowsAdapter.remove(mRecentRow); in updateRows()
639 if (mRowsAdapter.indexOf(mRecentRow) < 0) { in updateRows()
640 mRowsAdapter.add(0, mRecentRow); in updateRows()