Home
last modified time | relevance | path

Searched refs:callMethod (Results 1 – 2 of 2) 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
112 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 …]
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DMethodAnalyzer.java115 MethodProfile callMethod = classProfile.getOrCreateMethod(name, params); in handleMethodCall() local
118 mMethod.addApiConstructorCall(callMethod); in handleMethodCall()
120 mMethod.addApiMethodCall(callMethod); in handleMethodCall()
123 mMethod.addCommonMethodCall(callMethod); in handleMethodCall()