Home
last modified time | relevance | path

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

/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaLibrary.java66 if (!TextUtils.isEmpty(result.mInclude)) { in getMediaItemById()
67 result = result.append(loadAssetFile(result.mInclude).mChildren); in getMediaItemById()
DTmaMediaItem.java90 final String mInclude; field in TmaMediaItem
107 mInclude = include; in TmaMediaItem()
/packages/apps/Gallery/src/com/android/camera/
DGalleryPicker.java381 lists[i] = createImageList(data.mInclude, data.mBucketId, in checkImageList()
558 mInclude = include; in ImageListData()
563 int mInclude; field in GalleryPicker.ImageListData