Searched refs:mCollectionCache (Results 1 – 1 of 1) sorted by relevance
385 private @NonNull RemoteCollectionCache mCollectionCache = new RemoteCollectionCache(); field in RemoteViews784 return mCollectionCache.mIdToUriMapping.size() > 0; in isLegacyListRemoteViews()1129 mCollectionCache.setHierarchyDataForId(mIntentId, rootData); in setHierarchyRootData()1154 : mCollectionCache.getItemsForId(mIntentId); in apply()1235 return mCollectionCache.collectAllIntentsNoComplete(this); in collectAllIntents()4188 mCollectionCache = new RemoteCollectionCache(src.mCollectionCache);4192 mCollectionCache = hierarchyRoot.mCollectionCache;4281 mCollectionCache = new RemoteCollectionCache(parcel);4448 mCollectionCache = rootData.mRemoteCollectionCache;6795 mCollectionCache.writeToParcel(dest, flags, intentsToIgnore);[all …]