OSDN Git Service

Moved notification builder creation to the background
authorSelim Cinek <cinek@google.com>
Thu, 20 Apr 2017 22:16:10 +0000 (15:16 -0700)
committerSelim Cinek <cinek@google.com>
Thu, 27 Apr 2017 19:36:32 +0000 (12:36 -0700)
commit5ba2254df1cb71355efb0a3831581e2f2babcdbe
tree78ce17edb97ae63e7c21b335d5ba0055b5bdab32
parenta517948365b65632c0df084e6b41b9fc680755a5
Moved notification builder creation to the background

In preparation of future colorization work, the creation
of the notification builder is moved to the background.

Test: manual, add notifications, update them etc.
Test: runtest systemui
Bug: 36561228
Change-Id: Iaec5febf4d8d9da348d77e0d4f6f61b9746fae16
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java
packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationInflater.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
packages/SystemUI/src/com/android/systemui/util/Assert.java
packages/SystemUI/tests/src/com/android/systemui/ExpandHelperTest.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/ExpandableNotificationRowTest.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationTestHelper.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationInflaterTest.java [new file with mode: 0644]
packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationinflaterTest.java [deleted file]
packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/NotificationChildrenContainerTest.java