Searched refs:DumpHandler (Results 1 – 4 of 4) 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_HIGH25 import com.android.systemui.dump.DumpHandler.Companion.PRIORITY_ARG_NORMAL80 class DumpHandler @Inject constructor( class
32 import com.android.systemui.dump.DumpHandler;44 private final DumpHandler mDumpHandler;51 DumpHandler dumpHandler, in SystemUIService()110 DumpHandler.PRIORITY_ARG, in dump()111 DumpHandler.PRIORITY_ARG_CRITICAL}; in dump()
37 private lateinit var dumpHandler: DumpHandler65 dumpHandler = DumpHandler(mContext, dumpManager, logBufferEulogizer) in setUp()