Home
last modified time | relevance | path

Searched refs:mCollectionCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViews.java385 private @NonNull RemoteCollectionCache mCollectionCache = new RemoteCollectionCache(); field in RemoteViews
784 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 …]