Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DMethodProfile.java115 public void addApiMethodCall(MethodProfile apiMethod) { in addApiMethodCall() method in MethodProfile
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DMethodAnalyzer.java120 mMethod.addApiMethodCall(callMethod); in handleMethodCall()