Home
last modified time | relevance | path

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

/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
DAppLaunchTest.java271 private boolean strEquals(String a, String b) { in strEquals() method in AppLaunchTest.ProcessError
288 && strEquals(info.longMsg, peOther.info.longMsg) in equals()
290 && strEquals(info.processName, peOther.info.processName) in equals()
291 && strEquals(info.shortMsg, peOther.info.shortMsg) in equals()
292 && strEquals(info.stackTrace, peOther.info.stackTrace) in equals()
293 && strEquals(info.tag, peOther.info.tag) in equals()
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java327 private boolean strEquals(String a, String b) { in strEquals() method in ProcessErrorsTest.ProcessError
344 && strEquals(info.longMsg, peOther.info.longMsg) in equals()
346 && strEquals(info.processName, peOther.info.processName) in equals()
347 && strEquals(info.shortMsg, peOther.info.shortMsg) in equals()
348 && strEquals(info.stackTrace, peOther.info.stackTrace) in equals()
349 && strEquals(info.tag, peOther.info.tag) in equals()