Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1845 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()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1367 String constructSearchWhere(String[] tokens) { in constructSearchWhere() method in CalendarProvider2
1425 String searchWhere = constructSearchWhere(tokens); in handleInstanceSearchQuery()