Searched refs:watchNextId (Results 1 – 2 of 2) sorted by relevance
34 private long watchNextId; field in Movie47 return watchNextId; in getWatchNextId()50 public void setWatchNextId(long watchNextId) { in setWatchNextId() argument51 this.watchNextId = watchNextId; in setWatchNextId()127 + watchNextId in toString()
57 long watchNextId = ContentUris.parseId(watchNextProgramUri); in updateProgress() local58 entity.setWatchNextId(watchNextId); in updateProgress()61 Log.d(TAG, "Watch Next program added: " + watchNextId); in updateProgress()