コード例 #1
0
 public void getWatched() {
   // Open the database and fetch all the watched episodes with that Series ID
   dbAdapter.open();
   this.watched = dbAdapter.fetchWatchedBySeriesId(SERIES_ID);
   dbAdapter.close();
 }