Home
last modified time | relevance | path

Searched refs:strEquals (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java338 private boolean strEquals(String a, String b) { in strEquals() method in ProcessErrorsTest.ProcessError
355 && 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()