Searched refs:mApiMethodCalls (Results 1 – 1 of 1) sorted by relevance
42 private final HashMap<String, MethodProfile> mApiMethodCalls = new HashMap<>(); field in MethodProfile98 return mApiMethodCalls; in getApiMethodCalls()116 mApiMethodCalls.putIfAbsent(apiMethod.getMethodSignatureWithClass(), apiMethod); in addApiMethodCall()