Home
last modified time | relevance | path

Searched refs:unbindContent (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowContentBinder.java70 void unbindContent( in unbindContent() method
H A DRowContentBindStage.java70 mBinder.unbindContent(entry, row, contentToUnbind); in executeStage()
H A DNotificationContentInflater.java208 public void unbindContent( in unbindContent() method in NotificationContentInflater
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStageTest.java106 verify(mBinder).unbindContent(eq(mEntry), any(), eq(flags)); in testFreeContentViews()
H A DNotificationContentInflaterTest.java333 mNotificationInflater.unbindContent(mRow.getEntry(), mRow, FLAG_CONTENT_VIEW_HEADS_UP); in testUnbindRemovesCachedRemoteView()