commit | e5b369c48f055145ff711a7919e910a00f579744 | [log] [tgz] |
---|---|---|
author | arangelov <arangelov@google.com> | Thu Mar 12 17:36:05 2020 +0000 |
committer | arangelov <arangelov@google.com> | Fri Mar 13 17:08:06 2020 +0000 |
tree | 6a85c889ac9225172f6399075d8af521d6018e8a | |
parent | a30787b8fa76bd81600c8ff3a18fa2090d660e58 [diff] |
Start quiet mode from a background thread. The method is blocking, so we shouldn't call it from the UI thread. This CL also fixes comparison of UserHandle objects, as they should use Object#equals() instead of "==". Test: manual Fixes: 151072826 Change-Id: I1a107fb9e20ed7eaad470057942870cc427b00b5