Home
last modified time | relevance | path

Searched refs:setNotificationDelegate (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java25 void setNotificationDelegate(NotificationDelegate delegate); in setNotificationDelegate() method
DStatusBarManagerService.java213 public void setNotificationDelegate(NotificationDelegate delegate) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1665 mHelper.setNotificationDelegate(PKG_O, UID_O, "", 1); in testClearData()
2198 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testSetNotificationDelegate()
2204 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testRevokeNotificationDelegate()
2219 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testToggleNotificationDelegate()
2251 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_delegateDisabledByApp()
2259 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_wrongDelegate()
2267 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_delegateDisabledByUser()
2275 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed()
2293 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testDelegateXml_delegate()
2304 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testDelegateXml_disabledDelegate()
[all …]
/frameworks/base/core/java/android/app/
DINotificationManager.aidl197 void setNotificationDelegate(String callingPkg, String delegate); in setNotificationDelegate() method
DNotificationManager.java598 public void setNotificationDelegate(@Nullable String delegate) { in setNotificationDelegate() method in NotificationManager
603 service.setNotificationDelegate(pkg, delegate); in setNotificationDelegate()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1331 public void setNotificationDelegate(String sourcePkg, int sourceUid, in setNotificationDelegate() method in PreferencesHelper
DNotificationManagerService.java1672 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init()
2555 public void setNotificationDelegate(String callingPkg, String delegate) {
2569 mPreferencesHelper.setNotificationDelegate(
/frameworks/base/services/
Dart-profile13187 HSPLcom/android/server/statusbar/StatusBarManagerService$1;->setNotificationDelegate(Lcom/android/s…