Home
last modified time | relevance | path

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

/frameworks/base/tools/split-select/
DTestRules.cpp78 const String8 actualStr(actual != NULL ? actual->toJson() : String8()); in RulePredFormat() local
80 if (expectedStr != actualStr) { in RulePredFormat()
83 << " Actual: " << actualStr.string(); in RulePredFormat()