Searched refs:hasThrowable (Results 1 – 4 of 4) sorted by relevance
76 .hasThrowable(null); in testWtf_withThrowable()169 .hasThrowable(null); in assertLogEntry()191 .hasThrowable(null); in assertLogEntryWithMultiLineException()205 .hasThrowable(null); in assertLogEntryWithMultiLineException()
547 boolean hasThrowable = throwable != null; in writeThrowable()548 parcel.writeBoolean(hasThrowable); in writeThrowable()549 if (!hasThrowable) { in writeThrowable()581 final boolean hasThrowable = parcel.readBoolean(); in readThrowable()582 if (!hasThrowable) { in readThrowable()
117 public Subject hasThrowable(Throwable expected) { in hasThrowable() method in LogEntry.Subject
84 .hasThrowable(exception); in testRunSafely_withError()