Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DSnoozeHelper.java424 public void scheduleRepostsForPersistedNotifications(long currentTime) { in scheduleRepostsForPersistedNotifications() method in SnoozeHelper
H A DNotificationManagerService.java2784 mSnoozeHelper.scheduleRepostsForPersistedNotifications(System.currentTimeMillis());
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DSnoozeHelperTest.java235 mSnoozeHelper.scheduleRepostsForPersistedNotifications(5); in testScheduleRepostsForPersistedNotifications()
270 mSnoozeHelper.scheduleRepostsForPersistedNotifications(5); in testLongTagPersistedNotification()