Searched refs:mMethodName (Results 1 – 4 of 4) sorted by relevance
25 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;
66 private String mMethodName; field in LambdaPerfTest82 mMethodName = description.getMethodName();235 Log.i(TAG, mMethodName + "_" + title + " execution time: " in evaluateResult()
6451 private final String mMethodName;6458 mMethodName = methodName;6464 resolveMethod(mHostView.getContext(), mMethodName);6483 final Method method = context.getClass().getMethod(mMethodName, View.class);6505 throw new IllegalStateException("Could not find method " + mMethodName
63277 Landroid/view/View$DeclaredOnClickListener;->mMethodName:Ljava/lang/String;