Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DMethodProfile.java126 public void addCommonMethodCall(MethodProfile method) { in addCommonMethodCall() method in MethodProfile
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DMethodAnalyzer.java123 mMethod.addCommonMethodCall(callMethod); in handleMethodCall()