Home
last modified time | relevance | path

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

/packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
DApplicationsProviderTest.java168 assertNull(getGlobalSearchCursor("", false)); in testSearch_noLastAccessTimesWithoutPermission()
170 Cursor cursor = getGlobalSearchCursor("alphabetic", false); in testSearch_noLastAccessTimesWithoutPermission()
273 private Cursor getGlobalSearchCursor(String searchQuery, boolean refresh) { in getGlobalSearchCursor() method in ApplicationsProviderTest
284 Cursor cursor = getGlobalSearchCursor(searchQuery, refresh); in testLastAccessTimes()