summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotifBindPipeline.java
Commit message (Expand)AuthorAgeFilesLines
* NotificationEntry logging improvementsJeff DeCew2022-06-171-5/+6
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+2
* Add logging to NotifBindPipelineKevin Han2020-05-181-1/+3
* Don't throw exception for inflation after removalKevin Han2020-04-301-5/+3
* Move row check to requestPipeline instead of startKevin Han2020-04-061-6/+5
* Dispatch bind pipeline at end of UI thread handlerKevin Han2020-04-011-4/+53
* Fix modifying NBP callbacks in the callbackKevin Han2020-04-011-3/+11
* Add logging to content inflation pipelineKevin Han2020-02-121-3/+14
* Hook up bind pipeline to CommonNotifCollectionKevin Han2020-02-061-11/+7
* Introduce NotifBindPipeline (1/2)Kevin Han2020-02-051-0/+207