Home
last modified time | relevance | path

Searched defs:setNotificationDelegate (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java34 void setNotificationDelegate(NotificationDelegate delegate); in setNotificationDelegate() method
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java816 public void setNotificationDelegate(@Nullable String delegate) { in setNotificationDelegate() method in NotificationManager
H A DINotificationManager.aidl222 void setNotificationDelegate(String callingPkg, String delegate); in setNotificationDelegate() method
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1801 public void setNotificationDelegate(String sourcePkg, int sourceUid, in setNotificationDelegate() method in PreferencesHelper