OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFallbackSource
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java
58
private ContactsSource
mFallbackSource
= null;
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/
PhotoSource.java
92
private final PhotoSource
mFallbackSource
;
119
mFallbackSource
= fallbackSource;
151
if (image == null &&
mFallbackSource
!= null) {
152
image = load((ImageData)
mFallbackSource
.findImages(1).toArray()[0],
Completed in 167 milliseconds