commit | 4c41efd8d919c4ec3eb1f258674455f8671f438a | [log] [tgz] |
---|---|---|
author | Lucas Dupin <dupin@google.com> | Mon Apr 25 10:39:22 2022 -0700 |
committer | Lucas Dupin <dupin@google.com> | Mon Apr 25 10:39:22 2022 -0700 |
tree | 254a0c4c1850080f12f7fc22758000aea30e9a3a | |
parent | e5f9c3da5c3350f4e116e5992957f8017e763854 [diff] |
Make ISmartspaceManager non-blocking Methods from this manager are being called from the SystemUI main thread, and hitting system_server locks. All methods return void, and are already using a callback mechanism, we can make this oneway. Fixes: 220718061 Test: Deployed on Phone,CTS tests Change-Id: Ief549fce0d2463547cade4028696cf9431ce3a84