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.java1703 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()
1707 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()
1720 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()
1733 assertEquals(expected, mProvider.constructSearchWhere(tokens)); in testConstructSearchWhere()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1214 String constructSearchWhere(String[] tokens) { in constructSearchWhere() method in CalendarProvider2
1275 String searchWhere = constructSearchWhere(tokens); in handleInstanceSearchQuery()