Searched refs:constructSearchWhere (Results 1 – 2 of 2) sorted by relevance
1845 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()1849 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()1862 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()1875 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()
1367 String constructSearchWhere(String[] tokens) { in constructSearchWhere() method in CalendarProvider21425 String searchWhere = constructSearchWhere(tokens); in handleInstanceSearchQuery()