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.java130 .c(niceMethodName(trace, 3)) in ok()
150 .c(niceMethodName(trace, 3)) in boolResult()
170 .c(niceMethodName(trace, 3)) in stringResult()
190 .c(niceMethodName(trace, 3)) in byteArrayResult()
217 private static String niceMethodName(StackTraceElement[] trace, int start) { in niceMethodName() method in WifiVendorHal
268 String methodName = niceMethodName(Thread.currentThread().getStackTrace(), 3); in handleRemoteException()