Home | History | Annotate | Download | only in am

Lines Matching refs:innerPrefix

2476         String innerPrefix = null;
2484 if (innerPrefix == null) {
2485 innerPrefix = prefix + " ";
2521 r.dump(pw, innerPrefix);
2524 pw.print(innerPrefix); pw.println(r.intent.toInsecureString());
2526 pw.print(innerPrefix); pw.println(r.app);
2537 r.appToken, innerPrefix, args);
2545 pw.println(innerPrefix + "Failure while dumping the activity: " + e);
2547 pw.println(innerPrefix + "Got a RemoteException while dumping the activity");