Searched refs:mDumper (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/ |
D | PriorityDumpTest.java | 51 private PriorityDumper mDumper; field in PriorityDumpTest 64 dump(mDumper, mFd, mPw, null); in testNullArgs() 65 verify(mDumper).dump(same(mFd), same(mPw), eq(null), /* asProto= */ eq(false)); in testNullArgs() 70 dump(mDumper, mFd, mPw, EMPTY_ARGS); in testNoArgs() 71 verify(mDumper).dump(same(mFd), same(mPw), eq(EMPTY_ARGS), /* asProto= */ eq(false)); in testNoArgs() 79 dump(mDumper, mFd, mPw, args); in testNonPriorityArgs() 80 verify(mDumper).dump(same(mFd), same(mPw), eq(args), /* asProto= */ eq(false)); in testNonPriorityArgs() 88 dump(mDumper, mFd, mPw, args); in testMissingPriority() 89 verify(mDumper).dump(same(mFd), same(mPw), eq(EMPTY_ARGS), /* asProto= */ eq(false)); in testMissingPriority() 97 dump(mDumper, mFd, mPw, args); in testInvalidPriorityNoExtraArgs() [all …]
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 960 "InputMethodService.InputMethodImpl#hideSoftInput", mDumper, in hideSoftInput() 1025 "InputMethodService.InputMethodImpl#showSoftInput", mDumper, in showSoftInput() 3107 ImeTracing.getInstance().triggerServiceDump("InputMethodService#showWindow", mDumper, 3235 "InputMethodService#applyVisibilityInInsetsConsumerIfNecessary", mDumper, 3279 ImeTracing.getInstance().triggerServiceDump("InputMethodService#hideWindow", mDumper, 3355 ImeTracing.getInstance().triggerServiceDump("InputMethodService#doFinishInput", mDumper, 3380 ImeTracing.getInstance().triggerServiceDump("InputMethodService#doStartInput", mDumper, 3560 ImeTracing.getInstance().triggerServiceDump("InputMethodService#requestHideSelf", mDumper, 3577 ImeTracing.getInstance().triggerServiceDump("InputMethodService#requestShowSelf", mDumper, 4426 ImeTracing.getInstance().triggerServiceDump(where, mDumper, icProto); [all …]
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 484 private final SystemServerDumper mDumper = new SystemServerDumper(); field in SystemServer 884 ServiceManager.addService("system_server_dumper", mDumper); in run() 885 mDumper.addDumpable(this); in run() 891 mDumper.addDumpable(mSystemServiceManager); in run() 896 mDumper.addDumpable(tp); in run() 1079 mDumper.addDumpable(watchdog); in startBootstrapServices() 3072 mDumper.addDumpable((Dumpable) cshs); in startOtherServices()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 409 private final ImeTracing.ServiceDumper mDumper = new ImeTracing.ServiceDumper() { field in InputMethodManagerService 3173 "InputMethodManagerService#showSoftInput", mDumper); in showSoftInput() 3211 "InputMethodManagerService#showSoftInput", mDumper); in showSoftInputInternal() 3229 "InputMethodManagerService#hideSoftInput", mDumper); in hideSoftInputInternal() 3323 "InputMethodManagerService#startStylusHandwriting", mDumper); in startStylusHandwriting() 3585 "InputMethodManagerService#hideSoftInput", mDumper); in hideSoftInput() 3739 "InputMethodManagerService#startInputOrWindowGainedFocus", mDumper); in startInputOrWindowGainedFocus()
|