HomeSort by relevance Sort by last modified time
    Searched refs:strEquals (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 327 private boolean strEquals(String a, String b) {
344 && strEquals(info.longMsg, peOther.info.longMsg)
346 && strEquals(info.processName, peOther.info.processName)
347 && strEquals(info.shortMsg, peOther.info.shortMsg)
348 && strEquals(info.stackTrace, peOther.info.stackTrace)
349 && strEquals(info.tag, peOther.info.tag)
  /frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchTest.java 271 private boolean strEquals(String a, String b) {
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 493 milliseconds