Searched refs:mFallbackSource (Results 1 – 2 of 2) sorted by relevance
58 private ContactsSource mFallbackSource = null; field in Sources88 mFallbackSource = new FallbackSource(); in Sources()169 mFallbackSource.invalidateCache(); in invalidateAllCache()287 mFallbackSource.ensureInflated(context, inflateLevel); in getKindOrFallback()288 kind = mFallbackSource.getKindForMimetype(mimeType); in getKindOrFallback()304 if (source == null) source = mFallbackSource; in getInflatedSource()
92 private final PhotoSource mFallbackSource; field in PhotoSource119 mFallbackSource = fallbackSource; in PhotoSource()151 if (image == null && mFallbackSource != null) { in next()152 image = load((ImageData) mFallbackSource.findImages(1).toArray()[0], in next()