D | FontManagerShellCommand.java | 289 private void writeCommandResult(ShellCommand shell, SystemFontException e) { in writeCommandResult() argument 291 PrintWriter pw = shell.getErrPrintWriter(); in writeCommandResult() 297 Slog.e(TAG, "Command failed: " + Arrays.toString(shell.getAllArgs()), e); in writeCommandResult() 300 private int dump(ShellCommand shell) { in dump() argument 303 if (!DumpUtils.checkDumpPermission(ctx, TAG, shell.getErrPrintWriter())) { in dump() 307 new IndentingPrintWriter(shell.getOutPrintWriter(), " "); in dump() 308 String nextArg = shell.getNextArg(); in dump() 325 private int update(ShellCommand shell) throws SystemFontException { in update() argument 326 String fontPath = shell.getNextArg(); in update() 332 String signaturePath = shell.getNextArg(); in update() [all …]
|