Home
last modified time | relevance | path

Searched defs:getMethod (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebResourceRequest.java64 String getMethod(); in getMethod() method
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DWnmData.java63 public int getMethod() { in getMethod() method in WnmData
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DReflectionUtils.java33 public static Method getMethod(@NonNull Class<?> clazz, @NonNull String name, in getMethod() method in ReflectionUtils
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMessageLiteToString.java123 Method getMethod = nameToNoArgMethod.get("get" + suffix); in reflectivePrintWithIndent() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DAppCompatActionBar.java223 private static Method getMethod(Class<?> owner, String name, Class<?>... parameterTypes) { in getMethod() method in AppCompatActionBar
/frameworks/base/core/java/android/widget/
DRemoteViews.java920 private MethodHandle getMethod(View view, String methodName, Class<?> paramType, in getMethod() method in RemoteViews