Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java132 .c(niceMethodName(trace, 3)) in ok()
152 .c(niceMethodName(trace, 3)) in boolResult()
172 .c(niceMethodName(trace, 3)) in stringResult()
192 .c(niceMethodName(trace, 3)) in byteArrayResult()
219 private static String niceMethodName(StackTraceElement[] trace, int start) { in niceMethodName() method in WifiVendorHal
273 String methodName = niceMethodName(Thread.currentThread().getStackTrace(), 3); in handleRemoteException()