Searched refs:onNotificationError (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 36 void onNotificationError(int callingUid, int callingPid, in onNotificationError() method
|
D | NotificationManagerService.java | 893 public void onNotificationError(int callingUid, int callingPid, String pkg, String tag,
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 64 void onNotificationError(String pkg, String tag, int id, in onNotificationError() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 301 mBarService.onNotificationError( in logNotificationError()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1201 public void onNotificationError(String pkg, String tag, int id, in onNotificationError() method in StatusBarManagerService 1209 mNotificationDelegate.onNotificationError(callingUid, callingPid, in onNotificationError()
|