Lines Matching defs:log

60                     "test-client.log", Context.MODE_WORLD_READABLE));
62 throw new RuntimeException("Failed to open log file for writing.");
66 public void log(String line) {
92 mLog.log("Reading sentinels from intent...");
118 mLog.log("Checking that service can repeat primitives back...");
203 mLog.log(ex.toString());
206 mLog.log("...Basic primitive repeating works.");
211 mLog.log("Checking that sending null strings reports an error...");
216 mLog.log("Caught an exception on null string parameter (expected)");
217 mLog.log("null strings behave as expected");
229 mLog.log("Checking that service can reverse and return arrays...");
384 mLog.log(ex.toString());
387 mLog.log("...service can reverse and return arrays.");
392 mLog.log("Checking exchange of binders...");
395 mLog.log("Received test service");
407 mLog.log(ex.toString());
410 mLog.log("...Exchange of binders works");
415 mLog.log("Checking that service can reverse and return lists...");
430 mLog.log(ex.toString());
433 mLog.log("...service can reverse and return lists.");
438 mLog.log("Checking that service can repeat and reverse SimpleParcelable objects...");
446 mLog.log(input.toString() + " != " + out_param.toString());
450 mLog.log(input.toString() + " != " + returned.toString());
474 mLog.log(input[i].toString() + " != " +
481 mLog.log(ex.toString());
484 mLog.log("...service can manipulate SimpleParcelable objects.");
489 mLog.log("Checking that service can repeat and reverse PersistableBundle objects...");
495 mLog.log(emptyBundle.toString() + " != " + returned.toString());
498 mLog.log("...service can repeat and reverse empty PersistableBundle objects...");
552 mLog.log(nonEmptyBundle.toString() + " != " + returned.toString());
557 mLog.log("...service can repeat and reverse non-empty " +
595 mLog.log("...service can repeat and reverse arrays of " +
599 mLog.log(ex.toString());
602 mLog.log("...service can manipulate PersistableBundle objects.");
607 mLog.log("Checking that service can receive and return file descriptors...");
633 mLog.log(ex.toString());
636 mLog.log(ex.toString());
639 mLog.log("...service can receive and return file descriptors.");
644 mLog.log("Checking application exceptions...");
657 mLog.log("...application exceptions work");
662 mLog.log("Checking that service can work with UTF8 strings...");
700 mLog.log(ex.toString());
703 mLog.log("...UTF8 annotations work.");
723 mLog.log(mSuccessSentinel);
725 mLog.log(mFailureSentinel);