Searched refs:DumpHandler (Results 1 – 9 of 9) 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_CRITICAL24 import com.android.systemui.dump.DumpHandler.Companion.PRIORITY_ARG_NORMAL91 class DumpHandler regex
23 import com.android.systemui.dump.DumpHandler.Companion.dumpEntries
32 import com.android.systemui.dump.DumpHandler;47 private final DumpHandler mDumpHandler;58 DumpHandler dumpHandler, in SystemUIService()132 DumpHandler.PRIORITY_ARG, in dump()133 DumpHandler.PRIORITY_ARG_CRITICAL}; in dump()
44 private lateinit var dumpHandler: DumpHandler87 dumpHandler = DumpHandler(dumpManager, logBufferEulogizer, config)278 val args = arrayOf(DumpHandler.PROTO)290 val args = arrayOf(DumpHandler.PROTO, "protoDumpable1")
21 import com.android.systemui.dump.DumpHandler.Companion.dump
36 import com.android.systemui.dump.DumpHandler;202 DumpHandler dumpHandler in provideCommandQueue()
71 import com.android.systemui.dump.DumpHandler;196 private final @Nullable DumpHandler mDumpHandler;525 DumpHandler dumpHandler in CommandQueue()
153 -packages/SystemUI/src/com/android/systemui/dump/DumpHandler.kt