Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java151 .c(niceMethodName(trace, 3)) in ok()
171 .c(niceMethodName(trace, 3)) in boolResult()
186 .c(niceMethodName(trace, 3)) in objResult()
206 .c(niceMethodName(trace, 3)) in nullResult()
226 .c(niceMethodName(trace, 3)) in byteArrayResult()
253 private static String niceMethodName(StackTraceElement[] trace, int start) { in niceMethodName() method in WifiVendorHal
308 String methodName = niceMethodName(Thread.currentThread().getStackTrace(), 3); in handleRemoteException()