History log of /packages/apps/Settings/src/com/android/settings/search2/SavedQueryLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
40ce0fab758714c973945ec8f053c52076d5fc50 02-Feb-2017 Matthew Fritze <mfritze@google.com> Sync search result loaders

The loaders should be syncronized so the results can be
properly ranked without sudden insertions.

This means InstalledAppsLoader needs to finish faster,
which is accomplished by delaying icon loading to bind time
rather than as the apps are queried.

Bug: 34772522
Test: make RunSettingsRoboTests
Change-Id: I7f5244c574d37c6cfd8bbd0d3d40488f38211be3
/packages/apps/Settings/src/com/android/settings/search2/SavedQueryLoader.java
a8b089db8a6d495a18dc3ad91d3bd84b042fb004 20-Jan-2017 Fan Zhang <zhfan@google.com> Showing recents in search

A list of recent queries will display when search first launches, or
when text query is empty.

Fix: 32452066
Test: make RunSettingsRoboTests
Change-Id: Ic697f8c0795f2315a01406537c7ce1bbf9a813be
/packages/apps/Settings/src/com/android/settings/search2/SavedQueryLoader.java