Searched refs:doDump (Results 1 – 6 of 6) sorted by relevance
33 extern int doDump(Bundle* bundle);
244 case kCommandDump: return doDump(bundle); in handleCommand()
719 int doDump(Bundle* bundle) in doDump() function
396 doDump(fd, pw, args); in dump()402 void doDump(FileDescriptor fd, PrintWriter pw, String[] args) { in doDump() method in Binder
264 mTarget.doDump(mOut, getOutPrintWriter(), newArgs); in handleDefaultCommands()
411 doDump((FileDescriptor)args.arg1, in handleMessage()2328 void doDump(FileDescriptor fd, PrintWriter fout, String[] args) { in doDump() method in InputMethodManager