Searched refs:mProgramListCache (Results 1 – 1 of 1) sorted by relevance
151 @Nullable private List<MediaItem> mProgramListCache; field in BrowseTree238 mProgramListCache = null; in onProgramListUpdated()273 if (mProgramListCache != null) return mProgramListCache; in getPrograms()274 mProgramListCache = new ArrayList<>(); in getPrograms()291 mProgramListCache.add(createChild(dbld, mediaId, in getPrograms()295 if (mProgramListCache.size() == 0) { in getPrograms()298 return mProgramListCache; in getPrograms()