Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/utils/
H A 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;
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
H A DArchiveFileTestRule.java52 private String mMethodName; field in ArchiveFileTestRule
64 mMethodName = description.getMethodName(); in starting()
74 mClassName, mMethodName)); in starting()
105 Path filePath = Files.createTempFile(mTemporaryPath, mMethodName, suffix, attr); in generateFile()
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DSite.java38 private String mMethodName; field in Site
141 mMethodName = method; in Site()
170 && curr.mMethodName.equals(frame.method) in getSite()
361 return mMethodName; in getMethodName()
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A 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()
/aosp12/frameworks/base/tests/benchmarks/internal/src/com/android/internal/
H A DLambdaPerfTest.java68 private String mMethodName; field in LambdaPerfTest
84 mMethodName = description.getMethodName();
242 Log.i(TAG, mMethodName + "_" + title + " execution time: " in evaluateResult()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java2583 private String mMethodName; field in SupplicantP2pIfaceHal.SupplicantResultBase
2588 mMethodName = methodName; in SupplicantResultBase()
2591 logd("entering " + mMethodName); in SupplicantResultBase()
2596 logw(mMethodName + " failed: no status code returned."); in setResult()
2598 logCompletion(mMethodName, getCode(status), getDebugMessage(status)); in setResult()
2600 logd("leaving " + mMethodName + " with result = " + value); in setResult()
2607 logw(mMethodName + " failed: no status code returned."); in setResult()
2609 logCompletion(mMethodName, getCode(status), getDebugMessage(status)); in setResult()
2611 logd("leaving " + mMethodName); in setResult()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java6252 private final String mMethodName;
6259 mMethodName = methodName;
6265 resolveMethod(mHostView.getContext(), mMethodName);
6284 final Method method = context.getClass().getMethod(mMethodName, View.class);
6306 throw new IllegalStateException("Could not find method " + mMethodName
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66600 Landroid/view/View$DeclaredOnClickListener;->mMethodName:Ljava/lang/String;