Searched refs:onNotificationError (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 25 void onNotificationError(int callingUid, int callingPid, in onNotificationError() method
|
D | NotificationManagerService.java | 591 … public void onNotificationError(int callingUid, int callingPid, String pkg, String tag, int id,
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 46 void onNotificationError(String pkg, String tag, int id, in onNotificationError() method
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 526 public void onNotificationError(String pkg, String tag, int id, in onNotificationError() method in StatusBarManagerService 534 mNotificationDelegate.onNotificationError(callingUid, callingPid, in onNotificationError()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 1590 mBarService.onNotificationError(n.getPackageName(), n.getTag(), n.getId(), n.getUid(),
|