Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java194 private static final ArrayMap<Method, Method> sAsyncMethods = new ArrayMap<>(); field in RemoteViews
990 synchronized (sAsyncMethods) { in getAsyncMethod()
991 int valueIndex = sAsyncMethods.indexOfKey(method); in getAsyncMethod()
993 return sAsyncMethods.valueAt(valueIndex); in getAsyncMethod()
1011 sAsyncMethods.put(method, asyncMethod); in getAsyncMethod()