Home | History | Annotate | Download | only in accounts

Lines Matching refs:ipw

2410         final IndentingPrintWriter ipw = new IndentingPrintWriter(fout, "  ");
2414 ipw.println("User " + user + ":");
2415 ipw.increaseIndent();
2416 dumpUser(getUserAccounts(user.id), fd, ipw, args, isCheckinRequest);
2417 ipw.println();
2418 ipw.decreaseIndent();