Searched defs:onNotificationClear (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java998 mBarService.onNotificationClear(pkg, tag, id, userId);
1515 public void onNotificationClear(StatusBarNotification notification) { method in class:BaseStatusBar
1517 mBarService.onNotificationClear(
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java26 void onNotificationClear(int callingUid, int callingPid, method in interface:NotificationDelegate
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java798 public void onNotificationClear(String pkg, String tag, int id, int userId) { method in class:StatusBarManagerService
804 mNotificationDelegate.onNotificationClear(callingUid, callingPid, pkg, tag, id, userId);

Completed in 118 milliseconds