Home
last modified time | relevance | path

Searched refs:timeoutNotification (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerPrivate.java29 void timeoutNotification(String key); in timeoutNotification() method
DTimeToLiveHelper.java171 mNm.timeoutNotification(earliest.second);
DNotificationManagerService.java1778 public void timeoutNotification(String key) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5916 mService.mNotificationManagerPrivate.timeoutNotification(notificationKey); in simulateNotificationTimeout()