Searched defs:getCond (Results 1 - 1 of 1) sorted by relevance

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java382 TernaryExpr bcTernary = parse(lb, "b > c ? u1.getCond(d) ? u1.lastName : u2.lastName : `xx`"
383 + " + u2.getCond(e) ", TernaryExpr.class);
1194 public boolean getCond(int i) { method in class:ExprModelTest.User

Completed in 65 milliseconds