Searched defs:dumpNormal (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/utils/include/serviceutils/
H A DPriorityDumper.h55 virtual status_t dumpNormal(int /*fd*/, const Vector<String16>& /*args*/, bool /*asProto*/) { function in class:android::PriorityDumper
/frameworks/base/services/core/java/com/android/server/utils/
H A DPriorityDump.java52 public void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args) {
178 dumper.dumpNormal(fd, pw, strippedArgs, asProto);
235 default void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { method in interface:PriorityDump.PriorityDumper
250 dumpNormal(fd, pw, args, asProto);
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
H A DPriorityDumpTest.java194 verify(mDumper).dumpNormal(same(mFd), same(mPw), eq(EMPTY_ARGS), /* asProto= */ eq(false));
202 verify(mDumper).dumpNormal(same(mFd), same(mPw), eq(new String[]{
216 verify(mDumper).dumpNormal(same(mFd), same(mPw),
223 verify(mDumper).dumpNormal(same(mFd), same(mPw),
270 public void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { method in class:PriorityDumpTest.FakeDumper

Completed in 35 milliseconds