Home
last modified time | relevance | path

Searched refs:onContentUpdated (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapperTest.kt90 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()
DNotificationBigPictureTemplateViewWrapperTest.java68 wrapper.onContentUpdated(mRow); in invalidLargeIconBig_noCrash()
82 wrapper.onContentUpdated(mRow); in setAnimationsRunning_Run()
99 wrapper.onContentUpdated(mRow); in setAnimationsRunning_Stop()
DNotificationCustomViewWrapperTest.java52 wrap.onContentUpdated(mRow); in testBackgroundPersists()
57 wrap.onContentUpdated(mRow); in testBackgroundPersists()
DNotificationConversationTemplateViewWrapperTest.kt64 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/
DNotificationMediaTemplateViewWrapper.java42 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMediaTemplateViewWrapper
46 super.onContentUpdated(row); in onContentUpdated()
DNotificationBigTextTemplateViewWrapper.java44 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigTextTemplateViewWrapper
48 super.onContentUpdated(row); in onContentUpdated()
DNotificationDecoratedCustomViewWrapper.java63 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationDecoratedCustomViewWrapper
69 super.onContentUpdated(row); in onContentUpdated()
DNotificationCustomViewWrapper.java48 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationCustomViewWrapper
49 super.onContentUpdated(row); in onContentUpdated()
DNotificationCompactMessagingTemplateViewWrapper.kt41 override fun onContentUpdated(row: ExpandableNotificationRow?) { in onContentUpdated() method
43 super.onContentUpdated(row) in onContentUpdated()
DNotificationBigPictureTemplateViewWrapper.java47 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigPictureTemplateViewWrapper
48 super.onContentUpdated(row); in onContentUpdated()
DNotificationCallTemplateViewWrapper.kt61 override fun onContentUpdated(row: ExpandableNotificationRow) { in onContentUpdated() method
65 super.onContentUpdated(row) in onContentUpdated()
DNotificationMessagingTemplateViewWrapper.java65 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMessagingTemplateViewWrapper
69 super.onContentUpdated(row); in onContentUpdated()
DNotificationConversationTemplateViewWrapper.kt87 override fun onContentUpdated(row: ExpandableNotificationRow) { in <lambda>() method
91 super.onContentUpdated(row) in <lambda>()
DNotificationHeaderViewWrapper.java183 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationHeaderViewWrapper
184 super.onContentUpdated(row); in onContentUpdated()
DNotificationTemplateViewWrapper.java267 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationTemplateViewWrapper
271 super.onContentUpdated(row); in onContentUpdated()
DNotificationViewWrapper.java106 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java435 mGroupHeaderWrapper.onContentUpdated(mContainingNotification);
501 mGroupHeaderWrapper.onContentUpdated(mContainingNotification);
537 mMinimizedGroupHeaderWrapper.onContentUpdated(mContainingNotification);
575 mMinimizedGroupHeaderWrapper.onContentUpdated(mContainingNotification);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java131 public void onContentUpdated(boolean documentChanged, int documentPageCount, in onContentUpdated() method in PrintPreviewController
DPrintActivity.java647 mPrintPreviewController.onContentUpdated(contentUpdated, in updatePrintPreviewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1290 mContractedWrapper.onContentUpdated(row); in onNotificationUpdated()
1293 mExpandedWrapper.onContentUpdated(row); in onNotificationUpdated()
1296 mHeadsUpWrapper.onContentUpdated(row); in onNotificationUpdated()