Searched defs:setNotificationsShown (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java377 public final void setNotificationsShown(String[] keys) { method in class:NotificationListenerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java733 setNotificationsShown(new String[]{n.getKey()});
736 protected void setNotificationsShown(String[] keys) { method in class:BaseStatusBar
738 mNotificationListener.setNotificationsShown(keys);
740 Log.d(TAG, "failed setNotificationsShown: ", e);

Completed in 57 milliseconds