Searched refs:mRecentRow (Results 1 – 2 of 2) sorted by relevance
48 private BySelector mRecentRow; field in DvrLibraryTest56 mRecentRow = in setUp()97 controller.assertHas(mRecentRow, false); in testEmptyLibrary()176 controller.assertHas(mRecentRow, false); in testScheduleRecordings()316 controller.assertHas(mRecentRow, false); in testScheduleRecordings()
79 private ListRow mRecentRow; field in DvrBrowseFragment451 mRecentRow = in startBrowseIfDvrInitialized()637 mRowsAdapter.remove(mRecentRow); in updateRows()639 if (mRowsAdapter.indexOf(mRecentRow) < 0) { in updateRows()640 mRowsAdapter.add(0, mRecentRow); in updateRows()