Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DFrameworkMethodWithParameter.java32 private final FrameworkMethod mWrappedFrameworkMethod; field in FrameworkMethodWithParameter
37 mWrappedFrameworkMethod = frameworkMethod; in FrameworkMethodWithParameter()
43 if (mWrappedFrameworkMethod == null) { in isStatic()
46 return mWrappedFrameworkMethod.isStatic(); in isStatic()
51 if (mWrappedFrameworkMethod == null) { in isPublic()
54 return mWrappedFrameworkMethod.isPublic(); in isPublic()
59 return mWrappedFrameworkMethod.getMethod(); in getMethod()
71 return mWrappedFrameworkMethod.invokeExplosively(target, allParams); in invokeExplosively()
77 return mWrappedFrameworkMethod.getName() + "[" + mInjectedParam + "]"; in getName()
79 return mWrappedFrameworkMethod.getName(); in getName()
[all …]