Searched refs:mRecentAdapter (Results 1 – 1 of 1) sorted by relevance
67 private RecordedProgramAdapter mRecentAdapter; field in DvrBrowseFragment306 mRecentAdapter = new RecordedProgramAdapter(MAX_RECENT_ITEM_COUNT); in setupAdapters()326 getString(R.string.dvr_main_recent)), mRecentAdapter); in setupAdapters()340 mRecentAdapter.add(recordedProgram); in handleRecordedProgramAdded()363 mRecentAdapter.remove(recordedProgram); in handleRecordedProgramRemoved()383 mRecentAdapter.change(recordedProgram); in handleRecordedProgramChanged()495 if (mRecentAdapter.isEmpty()) { in updateRows()