History log of /packages/apps/Settings/src/com/android/settings/search/IntentSearchViewHolder.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
add4b5c413fe1125e9efca7c9ee9579dae0d48bb 28-Jul-2017 Fan Zhang <zhfan@google.com> Query search result intent before launching to avoid crash

If intent cannot launch, log error.

Change-Id: Ib6f37da467749be1ef09e6665dcab122e71a52d3
Fix: 64065678
Test: robotests
/packages/apps/Settings/src/com/android/settings/search/IntentSearchViewHolder.java
9f3f5f4fed23eac98cf7441c025fd6100e020ed2 12-Jun-2017 Tony Mak <tonymak@google.com> Fix searching work app in settings

Test: m -j RunSettingsRoboTests
Test: Observe search result with badged icon and showing work app info
when tapping on it.
Test: personal app search result is still working
Test: Non app search result is working

Fix: 62366873
Merged-in: I333372699b263d02cc4083289dc746c7aacd414d


Change-Id: I333372699b263d02cc4083289dc746c7aacd414d
(cherry picked from commit 3bef8ce30a43d068aafd4756dc2db7eb9f869781)
/packages/apps/Settings/src/com/android/settings/search/IntentSearchViewHolder.java
733bbf7c347d35866668205e5faf24db874f633a 20-Apr-2017 Soroosh Mariooryad <soroosh@google.com> Updating the search ranking API and some improvements:

- Ranking API is modified to run the ranking asynchronous to the main thread.
Therefore, it can now run in parallel to loading the results from DB
which decreases the overall latency.
- Ranking API now supports reporting failure from the ranker
implementation side.
- Settings that are not ranked by the ranker algorithm are now ranked at
the end of the list. This is added for dynamic settings (e.g., apps).
- Failure handling mechanism is added for cases that ranker catches an
exception or it takes a long time to respond.

Bug: 37312700
Fixes: 36866337
Fixes: 36867476
Fixes: 36866736
Fixes: 36866838

Test: RunSettingsRoboTests

Change-Id: I3a2a97e3a07a8d4afbb090061d92172a27588ee7
/packages/apps/Settings/src/com/android/settings/search/IntentSearchViewHolder.java
012028e3a320dd3eeca3c39f0e47c1c40697bdf6 26-May-2017 Fan Zhang <zhfan@google.com> Misc logging changes

- log search result count, rank when clicking search result.
- log app package when default app is changed

Change-Id: Idd11bd67caba2beaa59c65839c40db8c71787388
Fix: 62072727
Test: make RunSettingsRoboTests
/packages/apps/Settings/src/com/android/settings/search/IntentSearchViewHolder.java
2078bc2358031ef3a191900d9036daf4251911c1 22-May-2017 Matthew Fritze <mfritze@google.com> Remove search2 package and put everything into search

Change-Id: Ie8651c79ef023f154cd7120a88a20f3481abce2b
Fixes: 38502743
Test: make RunSettingsRoboTests
/packages/apps/Settings/src/com/android/settings/search/IntentSearchViewHolder.java