Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DComboSource.java21 class ComboSource extends MediaSource { class
27 public ComboSource(GalleryApp application) { in ComboSource() method in ComboSource
H A DDataManager.java122 addSource(new ComboSource(mApplication)); in initializeSourceMap()