Searched refs:dumpNormal (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/utils/
H A DPriorityDump.java39 public void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args) {
118 dumper.dumpNormal(fd, pw, getStrippedArgs(args));
161 default void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args) { method in interface:PriorityDump.PriorityDumper
176 dumpNormal(fd, pw, args);
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
H A DPriorityDumpTest.java170 verify(mDumper).dumpNormal(same(mFd), same(mPw), eq(EMPTY_ARGS));
178 verify(mDumper).dumpNormal(same(mFd), same(mPw), eq(new String[] {
204 public void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PriorityDumpTest.FakeDumper

Completed in 65 milliseconds