Home
last modified time | relevance | path

Searched refs:DumpHandler (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
DSystemUIAuxiliaryDumpService.java38 private final DumpHandler mDumpHandler;
41 public SystemUIAuxiliaryDumpService(DumpHandler dumpHandler) { in SystemUIAuxiliaryDumpService()
56 new String[] { DumpHandler.PRIORITY_ARG, DumpHandler.PRIORITY_ARG_NORMAL }); in dump()
DDumpHandler.kt23 import com.android.systemui.dump.DumpHandler.Companion.PRIORITY_ARG_CRITICAL
24 import com.android.systemui.dump.DumpHandler.Companion.PRIORITY_ARG_HIGH
25 import com.android.systemui.dump.DumpHandler.Companion.PRIORITY_ARG_NORMAL
80 class DumpHandler @Inject constructor( class
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIService.java32 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
DDumpHandlerTest.kt37 private lateinit var dumpHandler: DumpHandler
65 dumpHandler = DumpHandler(mContext, dumpManager, logBufferEulogizer) in setUp()