History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/PluginManagerImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1642d7f26bd7012db12eea59a4d9dd5ac34ff997 01-Jun-2017 Jason Monk <jmonk@google.com> Fix plugin reloading

Change-Id: I2209e98628b50416b910cda7ace10a06dbdceaa9
Test: manual
Fixes: 38424850
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/PluginManagerImpl.java
6ab83ad11038320e6f997348a27d10181279f561 23-Mar-2017 Jason Monk <jmonk@google.com> Less cereal, more stable

Sometimes when the PluginManagerImpl got around to executing the
message it posts in the constructor, the next test would be initializing
the Dependencies and it would cause a crash. Clean up this whole
thing by making the looper injectable and the message runs at
a deterministic time.

Test: runtest systemui
Change-Id: I485d72aea22aa8f6c759012d54701af8a503681b
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/PluginManagerImpl.java
340b0e5216b4fcc435e0459b1ca46155a572100d 08-Mar-2017 Jason Monk <jmonk@google.com> Move out test utilities to a Testables library

Test: runtest --path frameworks/base/tests/testablets/tests
&& runtest systemui

Change-Id: Ideef4aef5f26136b1741c556b9be5884f38842a0
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/PluginManagerImpl.java