Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DTiming.h25 explicit MethodTimer(const char* name) : mMethodName(name) { gettimeofday(&mStart, nullptr); } in MethodTimer()
32 ALOGD("%s took %.2fms", mMethodName, elapsed / 1000.0); in ~MethodTimer()
36 const char* mMethodName;
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateMethodAdapter.java93 private final String mMethodName; field in DelegateMethodAdapter
132 mMethodName = methodName; in DelegateMethodAdapter()
255 mMethodName, in generateDelegateCode()
270 mLog.debug("Delegate: %1$s # %2$s %3$s", delegateClassName, mMethodName, desc); in generateDelegateCode()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java2436 private String mMethodName; field in SupplicantP2pIfaceHal.SupplicantResult
2441 mMethodName = methodName; in SupplicantResult()
2444 logd("entering " + mMethodName); in SupplicantResult()
2448 logCompletion(mMethodName, status); in setResult()
2449 logd("leaving " + mMethodName + " with result = " + value); in setResult()
2455 logCompletion(mMethodName, status); in setResult()
2456 logd("leaving " + mMethodName); in setResult()
/frameworks/base/core/java/android/view/
DView.java6095 private final String mMethodName;
6102 mMethodName = methodName;
6108 resolveMethod(mHostView.getContext(), mMethodName);
6127 final Method method = context.getClass().getMethod(mMethodName, View.class);
6149 throw new IllegalStateException("Could not find method " + mMethodName
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77706 Landroid/view/View$DeclaredOnClickListener;->mMethodName:Ljava/lang/String;