Searched refs:constructSearchWhere (Results 1 – 2 of 2) sorted by relevance
1722 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()1726 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()1739 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()1752 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()
1206 String constructSearchWhere(String[] tokens) { in constructSearchWhere() method in CalendarProvider21264 String searchWhere = constructSearchWhere(tokens); in handleInstanceSearchQuery()