Home
last modified time | relevance | path

Searched refs:snoozeNotification (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/api/
Dsystem-removed.txt133 method public final void snoozeNotification(java.lang.String, java.lang.String);
Dcurrent.txt39359 method public final void snoozeNotification(java.lang.String, long);
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java644 public final void snoozeNotification(String key, String snoozeCriterionId) { in snoozeNotification() method in NotificationListenerService
667 public final void snoozeNotification(String key, long durationMs) { in snoozeNotification() method in NotificationListenerService
/frameworks/base/config/
Dhiddenapi-removed-dex.txt308 Landroid/service/notification/NotificationListenerService;->snoozeNotification(Ljava/lang/String;Lj…
Dhiddenapi-public-dex.txt40152 Landroid/service/notification/NotificationListenerService;->snoozeNotification(Ljava/lang/String;J)V
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java5298 mNotificationListener.snoozeNotification(sbn.getKey(), in setNotificationSnoozed()
5301 mNotificationListener.snoozeNotification(sbn.getKey(), in setNotificationSnoozed()