Searched refs:DumpHandler (Results 1 – 8 of 8) sorted by relevance
38 private final DumpHandler mDumpHandler;41 public SystemUIAuxiliaryDumpService(DumpHandler dumpHandler) { in SystemUIAuxiliaryDumpService()56 new String[] { DumpHandler.PRIORITY_ARG, DumpHandler.PRIORITY_ARG_NORMAL }); in dump()
23 import com.android.systemui.dump.DumpHandler.Companion.PRIORITY_ARG_CRITICAL in <lambda>()24 import com.android.systemui.dump.DumpHandler.Companion.PRIORITY_ARG_NORMAL in <lambda>()91 class DumpHandler in <lambda>() class
23 import com.android.systemui.dump.DumpHandler.Companion.dumpEntries in <lambda>()
32 import com.android.systemui.dump.DumpHandler;48 private final DumpHandler mDumpHandler;59 DumpHandler dumpHandler, in SystemUIService()134 DumpHandler.PRIORITY_ARG, in dump()135 DumpHandler.PRIORITY_ARG_CRITICAL}; in dump()
44 private lateinit var dumpHandler: DumpHandler87 dumpHandler = DumpHandler(dumpManager, logBufferEulogizer, config) in setUp()278 val args = arrayOf(DumpHandler.PROTO) in testDumpAllProtoDumpables()290 val args = arrayOf(DumpHandler.PROTO, "protoDumpable1") in testDumpSingleProtoDumpable()
21 import com.android.systemui.dump.DumpHandler.Companion.dump
37 import com.android.systemui.dump.DumpHandler;146 DumpHandler dumpHandler, in provideCommandQueue()
73 import com.android.systemui.dump.DumpHandler;205 private final @Nullable DumpHandler mDumpHandler;571 DumpHandler dumpHandler, in CommandQueue()