Home
last modified time | relevance | path

Searched refs:notificationEntryUpdated (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java166 public void notificationEntryUpdated(NotificationEntry entry) { in notificationEntryUpdated() method in BubbleData
DBubbleController.java413 mBubbleData.notificationEntryUpdated(notif); in updateBubble()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java890 mBubbleData.notificationEntryUpdated(entry); in sendUpdatedEntryAtTime()