Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DMethodProfile.java39 private final HashMap<String, MethodProfile> mCommonMethodCalls = new HashMap<>(); field in MethodProfile
106 return mCommonMethodCalls; in getCommonMethodCalls()
127 mCommonMethodCalls.putIfAbsent(method.getMethodSignatureWithClass(), method); in addCommonMethodCall()