Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/
DManageApplicationsTest.java207 verify(adapter).filterSearch(query); in onQueryTextChange_shouldFilterSearchInApplicationsAdapter()
314 verify(adapter).filterSearch(query); in onRebuildComplete_hasSearchQuery_shouldFilterSearch()
424 adapter.filterSearch(""); in applicationsAdapter_filterSearch_emptyQuery_shouldShowFullList()
438 adapter.filterSearch("orange"); in applicationsAdapter_filterSearch_noMatch_shouldShowEmptyList()
451 adapter.filterSearch("an"); in applicationsAdapter_filterSearch_shouldShowMatchedItemsOnly()
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java1010 mApplications.filterSearch(newText); in onQueryTextChange()
1529 void filterSearch(String query) { in filterSearch() method in ManageApplications.ApplicationsAdapter
1598 filterSearch(query.toString()); in onRebuildComplete()