Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java304 private String buildFunctionName(String pkg, String cls, String meth) { in buildFunctionName() argument
314 if (meth != null && meth.length() > 0) { in buildFunctionName()
315 result.append(meth); in buildFunctionName()