Home
last modified time | relevance | path

Searched refs:onNotificationError (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java36 void onNotificationError(int callingUid, int callingPid, in onNotificationError() method
DNotificationManagerService.java893 public void onNotificationError(int callingUid, int callingPid, String pkg, String tag,
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl64 void onNotificationError(String pkg, String tag, int id, in onNotificationError() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java301 mBarService.onNotificationError( in logNotificationError()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1201 public void onNotificationError(String pkg, String tag, int id, in onNotificationError() method in StatusBarManagerService
1209 mNotificationDelegate.onNotificationError(callingUid, callingPid, in onNotificationError()