Searched refs:mFallbackSource (Results 1 - 2 of 2) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DSources.java58 private ContactsSource mFallbackSource = null; field in class:Sources
88 mFallbackSource = new FallbackSource();
169 mFallbackSource.invalidateCache();
270 * direct match found, we try searching {@link #mFallbackSource}.
287 mFallbackSource.ensureInflated(context, inflateLevel);
288 kind = mFallbackSource.getKindForMimetype(mimeType);
304 if (source == null) source = mFallbackSource;
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSource.java92 private final PhotoSource mFallbackSource; field in class:PhotoSource
119 mFallbackSource = fallbackSource;
151 if (image == null && mFallbackSource != null) {
152 image = load((ImageData) mFallbackSource.findImages(1).toArray()[0],

Completed in 34 milliseconds