Searched refs:mReplacePrefixMap (Results 1 – 1 of 1) sorted by relevance
155 private Map<String, String> mReplacePrefixMap = new LinkedHashMap<String, String>(); field in PerfettoGenericPostProcessor378 if (mReplacePrefixMap.isEmpty()) { in replacePrefix()384 for (Map.Entry<String, String> replaceEntry : mReplacePrefixMap.entrySet()) { in replacePrefix()