Searched refs:mWrappedFrameworkMethod (Results 1 – 1 of 1) sorted by relevance
32 private final FrameworkMethod mWrappedFrameworkMethod; field in FrameworkMethodWithParameter37 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 …]