Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DTarJan.java76 for (MethodProfile callee: method.getCommonMethodCalls().values()) { in tarjan()
DCallGraphManager.java119 for (MethodProfile methodCall : method.getCommonMethodCalls().values()) { in resolveMethodCoveredApis()
/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DMethodProfile.java105 public Map<String, MethodProfile> getCommonMethodCalls() { in getCommonMethodCalls() method in MethodProfile