/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationTemplateViewWrapperTest.kt | 90 wrapper.onContentUpdated(row) in noActionsPresent_noCrash() 99 wrapper.onContentUpdated(row) in actionPendingIntentCancelled_actionDisabled() 119 wrapper.onContentUpdated(row) in newActionWithSamePendingIntentPosted_actionDisabled() 131 wrapper.onContentUpdated(row) in newActionWithSamePendingIntentPosted_actionDisabled() 144 wrapper.onContentUpdated(row) in twoActionsWithSameCancelledIntent_bothActionsDisabled() 162 wrapper.onContentUpdated(row) in actionPendingIntentCancelled_whileDetached_actionDisabled() 185 wrapper.onContentUpdated(row) in actionViewDetached_pendingIntentListenersDeregistered() 206 wrapper.onContentUpdated(row) in actionViewUpdated_oldPendingIntentListenersRemoved() 224 wrapper.onContentUpdated(row) in actionViewUpdated_oldPendingIntentListenersRemoved()
|
D | NotificationBigPictureTemplateViewWrapperTest.java | 68 wrapper.onContentUpdated(mRow); in invalidLargeIconBig_noCrash() 82 wrapper.onContentUpdated(mRow); in setAnimationsRunning_Run() 99 wrapper.onContentUpdated(mRow); in setAnimationsRunning_Stop()
|
D | NotificationCustomViewWrapperTest.java | 52 wrap.onContentUpdated(mRow); in testBackgroundPersists() 57 wrap.onContentUpdated(mRow); in testBackgroundPersists()
|
D | NotificationConversationTemplateViewWrapperTest.kt | 64 wrapper.onContentUpdated(mRow) in setAnimationsRunning_Run() 83 wrapper.onContentUpdated(mRow) in setAnimationsRunning_Stop()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationMediaTemplateViewWrapper.java | 42 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMediaTemplateViewWrapper 46 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationBigTextTemplateViewWrapper.java | 44 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigTextTemplateViewWrapper 48 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationDecoratedCustomViewWrapper.java | 63 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationDecoratedCustomViewWrapper 69 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationCustomViewWrapper.java | 48 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationCustomViewWrapper 49 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationCompactMessagingTemplateViewWrapper.kt | 41 override fun onContentUpdated(row: ExpandableNotificationRow?) { in onContentUpdated() method 43 super.onContentUpdated(row) in onContentUpdated()
|
D | NotificationBigPictureTemplateViewWrapper.java | 47 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigPictureTemplateViewWrapper 48 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationCallTemplateViewWrapper.kt | 61 override fun onContentUpdated(row: ExpandableNotificationRow) { in onContentUpdated() method 65 super.onContentUpdated(row) in onContentUpdated()
|
D | NotificationMessagingTemplateViewWrapper.java | 65 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMessagingTemplateViewWrapper 69 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationConversationTemplateViewWrapper.kt | 87 override fun onContentUpdated(row: ExpandableNotificationRow) { in <lambda>() method 91 super.onContentUpdated(row) in <lambda>()
|
D | NotificationHeaderViewWrapper.java | 183 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationHeaderViewWrapper 184 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationTemplateViewWrapper.java | 267 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationTemplateViewWrapper 271 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationViewWrapper.java | 106 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationViewWrapper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainer.java | 435 mGroupHeaderWrapper.onContentUpdated(mContainingNotification); 501 mGroupHeaderWrapper.onContentUpdated(mContainingNotification); 537 mMinimizedGroupHeaderWrapper.onContentUpdated(mContainingNotification); 575 mMinimizedGroupHeaderWrapper.onContentUpdated(mContainingNotification);
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintPreviewController.java | 131 public void onContentUpdated(boolean documentChanged, int documentPageCount, in onContentUpdated() method in PrintPreviewController
|
D | PrintActivity.java | 647 mPrintPreviewController.onContentUpdated(contentUpdated, in updatePrintPreviewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1290 mContractedWrapper.onContentUpdated(row); in onNotificationUpdated() 1293 mExpandedWrapper.onContentUpdated(row); in onNotificationUpdated() 1296 mHeadsUpWrapper.onContentUpdated(row); in onNotificationUpdated()
|