Loading services/core/java/com/android/server/search/SearchManagerService.java +6 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,12 @@ public class SearchManagerService extends ISearchManager.Stub { } private void onUnlockUser(int userId) { try { getSearchables(userId, true); } catch (IllegalStateException ignored) { // We're just trying to warm a cache, so we don't mind if the user // was stopped or destroyed before we got here. } } private void onCleanupUser(int userId) { Loading Loading
services/core/java/com/android/server/search/SearchManagerService.java +6 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,12 @@ public class SearchManagerService extends ISearchManager.Stub { } private void onUnlockUser(int userId) { try { getSearchables(userId, true); } catch (IllegalStateException ignored) { // We're just trying to warm a cache, so we don't mind if the user // was stopped or destroyed before we got here. } } private void onCleanupUser(int userId) { Loading