Searched refs:doDump (Results 1 – 6 of 6) sorted by relevance
33 extern int doDump(Bundle* bundle);
246 case kCommandDump: return doDump(bundle); in handleCommand()
741 int doDump(Bundle* bundle) in doDump() function
502 doDump(fd, pw, args); in dump()508 void doDump(FileDescriptor fd, PrintWriter pw, String[] args) { in doDump() method in Binder
292 mTarget.doDump(mOut, getOutPrintWriter(), newArgs); in handleDefaultCommands()
412 doDump((FileDescriptor)args.arg1, in handleMessage()2360 void doDump(FileDescriptor fd, PrintWriter fout, String[] args) { in doDump() method in InputMethodManager