Searched refs:strEquals (Results 1 – 1 of 1) sorted by relevance
338 private boolean strEquals(String a, String b) { in strEquals() method in ProcessErrorsTest.ProcessError355 && strEquals(info.longMsg, peOther.info.longMsg) in equals()357 && strEquals(info.processName, peOther.info.processName) in equals()358 && strEquals(info.shortMsg, peOther.info.shortMsg) in equals()359 && strEquals(info.stackTrace, peOther.info.stackTrace) in equals()360 && strEquals(info.tag, peOther.info.tag) in equals()