Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingMessage.java107 default void removeMessage(ArrayList<MessagingLinearLayout.MessagingChild> toRecycle) { in removeMessage() method
108 getGroup().removeMessage(this, toRecycle); in removeMessage()
DMessagingLayout.java275 message.removeMessage(mToRecycle); in bind()
278 historicMessage.removeMessage(mToRecycle); in bind()
DMessagingGroup.java272 public void removeMessage(MessagingMessage messagingMessage, in removeMessage() method in MessagingGroup
DConversationLayout.java554 message.removeMessage(mToRecycle); in bind()
557 historicMessage.removeMessage(mToRecycle); in bind()
/frameworks/base/services/core/java/com/android/server/notification/
Dflags.aconfig56 …description: "When this flag is on, NMS will no longer call removeMessage() and hasCallbacks() on …