Searched refs:callMethod (Results 1 – 2 of 2) sorted by relevance
44 T callMethod(U targetObject); in callMethod() method58 void callMethod(U targetObject); in callMethod() method73 T callMethod(U targetObject) throws E; in callMethod() method87 void callMethod(U targetObject) throws E; in callMethod() method112 return methodHelper.callMethod(targetObject); in invokeMethodWithShellPermissions()131 return methodHelper.callMethod(targetObject); in invokeMethodWithShellPermissions()226 return methodHelper.callMethod(targetObject); in invokeThrowableMethodWithShellPermissions()246 methodHelper.callMethod(targetObject); in invokeMethodWithShellPermissionsNoReturn()266 methodHelper.callMethod(targetObject); in invokeThrowableMethodWithShellPermissionsNoReturn()287 methodHelper.callMethod(targetObject); in invokeThrowableMethodWithShellPermissionsNoReturn()[all …]
113 MethodProfile callMethod = classProfile.getOrCreateMethod(name, params); in handleMethodCall() local114 mMethod.addMethodCall(callMethod); in handleMethodCall()