Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java91 private static final HashMap<RemoteViewsCacheKey, FixedSizeRemoteViewsCache>
93 private static final HashMap<RemoteViewsCacheKey, Runnable>
804 static class RemoteViewsCacheKey { class in RemoteViewsAdapter
808 RemoteViewsCacheKey(Intent.FilterComparison filter, int widgetId) { in RemoteViewsCacheKey() method in RemoteViewsAdapter.RemoteViewsCacheKey
815 if (!(o instanceof RemoteViewsCacheKey)) { in equals()
818 RemoteViewsCacheKey other = (RemoteViewsCacheKey) o; in equals()
860 RemoteViewsCacheKey key = new RemoteViewsCacheKey(new Intent.FilterComparison(mIntent), in RemoteViewsAdapter()
907 final RemoteViewsCacheKey key = new RemoteViewsCacheKey( in saveRemoteViewsCache()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt68622 Landroid/widget/RemoteViewsAdapter$RemoteViewsCacheKey;-><init>(Landroid/content/Intent$FilterCompa…
68623 Landroid/widget/RemoteViewsAdapter$RemoteViewsCacheKey;->filter:Landroid/content/Intent$FilterCompa…
68624 Landroid/widget/RemoteViewsAdapter$RemoteViewsCacheKey;->widgetId:I