Home | History | Annotate | Download | only in data

Lines Matching defs:mSources

42     private final MediaSet[] mSources;
55 mSources = sources;
57 for (MediaSet set : mSources) {
65 if (mSources.length == 0) return false;
66 for(MediaSet set : mSources) {
74 int supported = mSources.length == 0 ? 0 : MediaItem.SUPPORT_ALL;
75 mFetcher = new FetchCache[mSources.length];
76 for (int i = 0, n = mSources.length; i < n; ++i) {
77 mFetcher[i] = new FetchCache(mSources[i]);
78 supported &= mSources[i].getSupportedOperations();
82 mIndex.put(0, new int[mSources.length]);
86 for (int i = 0, n = mSources.length; i < n; i++) {
90 mIndex.put(0, new int[mSources.length]);
111 return mSources.length == 0 ? "" : mSources[0].getName();
126 MediaItem[] slot = new MediaItem[mSources.length];
128 int size = mSources.length;
169 for (MediaSet set : mSources) {
178 for (int i = 0, n = mSources.length; i < n; ++i) {
179 if (mSources[i].reload() > mDataVersion) changed = true;
201 for (MediaSet set : mSources) {
208 for (MediaSet set : mSources) {