Home
last modified time | relevance | path

Searched refs:REMOVE_MESSAGE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java77 private static final Consumer<MessagingMessage> REMOVE_MESSAGE field in MessagingLayout
233 mMessages.forEach(REMOVE_MESSAGE); in bind()
234 mHistoricMessages.forEach(REMOVE_MESSAGE); in bind()
DConversationLayout.java97 private static final Consumer<MessagingMessage> REMOVE_MESSAGE field in ConversationLayout
527 mMessages.forEach(REMOVE_MESSAGE); in bind()
528 mHistoricMessages.forEach(REMOVE_MESSAGE); in bind()