Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java267 private static final ArrayMap<MethodKey, MethodArgs> sMethods = new ArrayMap<>();
272 private static final MethodKey sLookupKey = new MethodKey();
337 static class MethodKey { class in RemoteViews
344 if (!(o instanceof MethodKey)) { in equals()
347 MethodKey p = (MethodKey) o; in equals()
953 MethodKey key = new MethodKey(); in getMethod()
/frameworks/base/config/
Dpreloaded-classes4362 android.widget.RemoteViews$MethodKey
Dboot-image-profile.txt19129 HSPLandroid/widget/RemoteViews$MethodKey;-><init>()V
19130 HSPLandroid/widget/RemoteViews$MethodKey;->equals(Ljava/lang/Object;)Z
19131 HSPLandroid/widget/RemoteViews$MethodKey;->hashCode()I
19132 HSPLandroid/widget/RemoteViews$MethodKey;->set(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;…
37098 Landroid/widget/RemoteViews$MethodKey;
Dhiddenapi-greylist-max-o.txt83428 Landroid/widget/RemoteViews$MethodKey;-><init>()V
83429 Landroid/widget/RemoteViews$MethodKey;->methodName:Ljava/lang/String;
83430 Landroid/widget/RemoteViews$MethodKey;->paramClass:Ljava/lang/Class;
83431 Landroid/widget/RemoteViews$MethodKey;->set(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)V
83432 Landroid/widget/RemoteViews$MethodKey;->targetClass:Ljava/lang/Class;
83633 Landroid/widget/RemoteViews;->sLookupKey:Landroid/widget/RemoteViews$MethodKey;