Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1180 applyUpdateLocked(update); in onNotificationPosted()
1208 applyUpdateLocked(update); in onNotificationRemoved()
1223 applyUpdateLocked(update); in onListenerConnected()
1234 applyUpdateLocked(update); in onNotificationRankingUpdate()
1296 public final void applyUpdateLocked(NotificationRankingUpdate update) { in applyUpdateLocked() method in NotificationListenerService
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationListenerServiceTest.java48 service.applyUpdateLocked(generateUpdate()); in testRanking()