Home
last modified time | relevance | path

Searched refs:mProgramListCache (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/media/
H A DBrowseTree.java151 @Nullable private List<MediaItem> mProgramListCache; field in BrowseTree
238 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()