Searched refs:failWithMsg (Results 1 – 1 of 1) sorted by relevance
418 failWithMsg(message); in getLayoutLog()429 failWithMsg(message == null ? "" : message); in getLayoutLog()435 failWithMsg(message); in getLayoutLog()444 failWithMsg(message); in getLayoutLog()480 failWithMsg(msgFormat == null ? "" : msgFormat, args); in getLogger()485 failWithMsg(msgFormat, args); in getLogger()502 private static void failWithMsg(@NonNull String msgFormat, Object... args) { in failWithMsg() method in RenderTestBase