Home
last modified time | relevance | path

Searched defs:beginAsyncSection (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DTraceHelper.java69 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection() method in TraceHelper
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBinderTracker.java89 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection() method in TraceHelperExtension
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/
DTracing.java56 public static int beginAsyncSection(@NonNull String sectionName) { in beginAsyncSection() method in Tracing