Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java471 Trace.beginAsyncSection(APPLY_TRACE_METHOD, System.identityHashCode(row)); in apply()
655 Trace.endAsyncSection(APPLY_TRACE_METHOD, System.identityHashCode(row)); in apply()
1007 Trace.endAsyncSection(APPLY_TRACE_METHOD, System.identityHashCode(row));
1362 private static final String APPLY_TRACE_METHOD = "NotificationContentInflater#apply";
DNotificationRowContentBinderImpl.kt813 Trace.beginAsyncSection(APPLY_TRACE_METHOD, System.identityHashCode(row)) in <lambda>()
1096 Trace.endAsyncSection(APPLY_TRACE_METHOD, System.identityHashCode(row)) in <lambda>()
1516 Trace.endAsyncSection(APPLY_TRACE_METHOD, System.identityHashCode(row)) in <lambda>()
1567 private const val APPLY_TRACE_METHOD = "NotificationRowContentBinderImpl#apply" in <lambda>() constant