Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalMergeAlbum.java42 private final MediaSet[] mSources; field in LocalMergeAlbum
55 mSources = sources; in LocalMergeAlbum()
57 for (MediaSet set : mSources) { in LocalMergeAlbum()
65 if (mSources.length == 0) return false; in isCameraRoll()
66 for(MediaSet set : mSources) { in isCameraRoll()
74 int supported = mSources.length == 0 ? 0 : MediaItem.SUPPORT_ALL; in updateData()
75 mFetcher = new FetchCache[mSources.length]; in updateData()
76 for (int i = 0, n = mSources.length; i < n; ++i) { in updateData()
77 mFetcher[i] = new FetchCache(mSources[i]); in updateData()
78 supported &= mSources[i].getSupportedOperations(); in updateData()
[all …]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DSources.java60 private HashMap<String, ContactsSource> mSources = Maps.newHashMap(); field in Sources
119 mSources.put(source.accountType, source); in addSource()
160 for (ContactsSource source : mSources.values()) { in invalidateCache()
170 for (ContactsSource source : mSources.values()) { in invalidateAllCache()
186 mSources.clear(); in queryAccounts()
279 final ContactsSource source = mSources.get(accountType); in getKindOrFallback()
303 ContactsSource source = mSources.get(accountType); in getInflatedSource()