Home
last modified time | relevance | path

Searched defs: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
324 T callMethod(); in callMethod() method
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DMethodAnalyzer.java115 MethodProfile callMethod = classProfile.getOrCreateMethod(name, params); in handleMethodCall() local