Home
last modified time | relevance | path

Searched defs:getNotificationDelegate (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl198 String getNotificationDelegate(String callingPkg); in getNotificationDelegate() method
DNotificationManager.java613 public @Nullable String getNotificationDelegate() { in getNotificationDelegate() method in NotificationManager
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1314 public @Nullable String getNotificationDelegate(String sourcePkg, int sourceUid) { in getNotificationDelegate() method in PreferencesHelper