Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DMethodProfile.java42 private final HashMap<String, MethodProfile> mApiMethodCalls = new HashMap<>(); field in MethodProfile
98 return mApiMethodCalls; in getApiMethodCalls()
116 mApiMethodCalls.putIfAbsent(apiMethod.getMethodSignatureWithClass(), apiMethod); in addApiMethodCall()