Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java100 private static final HashMap<RemoteViewsCacheKey, FixedSizeRemoteViewsCache>
102 private static final HashMap<RemoteViewsCacheKey, Runnable>
752 static class RemoteViewsCacheKey { class in RemoteViewsAdapter
756 RemoteViewsCacheKey(Intent.FilterComparison filter, int widgetId) { in RemoteViewsCacheKey() method in RemoteViewsAdapter.RemoteViewsCacheKey
763 if (!(o instanceof RemoteViewsCacheKey)) { in equals()
766 RemoteViewsCacheKey other = (RemoteViewsCacheKey) o; in equals()
810 RemoteViewsCacheKey key = new RemoteViewsCacheKey(new Intent.FilterComparison(mIntent), in RemoteViewsAdapter()
852 final RemoteViewsCacheKey key = new RemoteViewsCacheKey( in saveRemoteViewsCache()