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

/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java338 private boolean strEquals(String a, String b) { method in class:ProcessErrorsTest.ProcessError
355 && strEquals(info.longMsg, peOther.info.longMsg)
357 && strEquals(info.processName, peOther.info.processName)
358 && strEquals(info.shortMsg, peOther.info.shortMsg)
359 && strEquals(info.stackTrace, peOther.info.stackTrace)
360 && strEquals(info.tag, peOther.info.tag)
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
H A DAppLaunchTest.java271 private boolean strEquals(String a, String b) { method in class:AppLaunchTest.ProcessError
288 && strEquals(info.longMsg, peOther.info.longMsg)
290 && strEquals(info.processName, peOther.info.processName)
291 && strEquals(info.shortMsg, peOther.info.shortMsg)
292 && strEquals(info.stackTrace, peOther.info.stackTrace)
293 && strEquals(info.tag, peOther.info.tag)

Completed in 228 milliseconds