Searched refs:isStrict (Results 1 – 2 of 2) sorted by relevance
334 public boolean isStrict() { in isStrict() method in SQLiteQueryBuilder561 if (isStrict() && hasUserWhere(selection)) { in query()681 if (isStrict() && hasUserWhere(selection)) {763 if (isStrict() && hasUserWhere(selection)) {
121 assertThat(copy.isStrict()).isEqualTo(qb.isStrict()); in testCopyConstructor()