Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DShellIdentityUtils.java44 T callMethod(U targetObject); in callMethod() method
58 void callMethod(U targetObject); in callMethod() method
73 T callMethod(U targetObject) throws E; in callMethod() method
87 void callMethod(U targetObject) throws E; in callMethod() method
103 return methodHelper.callMethod(targetObject); in invokeMethodWithShellPermissions()
122 return methodHelper.callMethod(targetObject); in invokeMethodWithShellPermissions()
217 return methodHelper.callMethod(targetObject); in invokeThrowableMethodWithShellPermissions()
237 methodHelper.callMethod(targetObject); in invokeMethodWithShellPermissionsNoReturn()
257 methodHelper.callMethod(targetObject); in invokeThrowableMethodWithShellPermissionsNoReturn()
278 methodHelper.callMethod(targetObject); in invokeThrowableMethodWithShellPermissionsNoReturn()
[all …]