Searched defs:sources (Results 1 - 4 of 4) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DSources.java71 Sources sources = sInstance == null ? null : sInstance.get();
72 if (sources == null) {
73 sources = new Sources(context);
74 sInstance = new SoftReference<Sources>(sources);
76 return sources;
112 public Sources(ContactsSource... sources) { argument
113 for (ContactsSource source : sources) {
/packages/apps/Contacts/src/com/android/contacts/
H A DSplitAggregateView.java229 public SplitAggregateAdapter(Context context, List<RawContactInfo> sources) { argument
230 super(context, 0, sources);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalMergeAlbum.java52 Path path, Comparator<MediaItem> comparator, MediaSet[] sources, int bucketId) {
55 mSources = sources;
51 LocalMergeAlbum( Path path, Comparator<MediaItem> comparator, MediaSet[] sources, int bucketId) argument
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 1716 milliseconds