Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DProtoTracer.java44 public class ProtoTracer implements ProtoTraceParams<MessageNano, class
47 public static final MainThreadInitializedObject<ProtoTracer> INSTANCE =
48 new MainThreadInitializedObject<>(ProtoTracer::new);
57 public ProtoTracer(Context context) { in ProtoTracer() method in ProtoTracer
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java87 import com.android.quickstep.util.ProtoTracer;
301 ProtoTracer.INSTANCE.get(this).add(this); in onCreate()
409 ProtoTracer.INSTANCE.get(TouchInteractionService.this).start(); in onSystemUiFlagsChanged()
411 ProtoTracer.INSTANCE.get(TouchInteractionService.this).stop(); in onSystemUiFlagsChanged()
435 ProtoTracer.INSTANCE.get(TouchInteractionService.this).stop(); in onDestroy()
436 ProtoTracer.INSTANCE.get(this).remove(this); in onDestroy()
848 + ProtoTracer.INSTANCE.get(TouchInteractionService.this).getTraceFile()); in dump()