Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java35 void setNotificationDelegate(NotificationDelegate delegate); in setNotificationDelegate() method
DStatusBarManagerService.java345 public void setNotificationDelegate(NotificationDelegate delegate) {
/frameworks/base/core/java/android/app/
DINotificationManager.aidl239 void setNotificationDelegate(String callingPkg, String delegate); in setNotificationDelegate() method
DNotificationManager.java898 public void setNotificationDelegate(@Nullable String delegate) { in setNotificationDelegate() method in NotificationManager
903 service.setNotificationDelegate(pkg, delegate); in setNotificationDelegate()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java3134 mHelper.setNotificationDelegate(PKG_O, UID_O, "", 1); in testClearData()
3975 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testSetNotificationDelegate()
3981 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testRevokeNotificationDelegate()
4008 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_delegateDisabledByApp()
4016 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_wrongDelegate()
4024 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed()
4041 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testDelegateXml_delegate()
4051 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testDelegateXml_disabledDelegate()
4059 mXmlHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testDelegateXml_disabledDelegate()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1981 public void setNotificationDelegate(String sourcePkg, int sourceUid, in setNotificationDelegate() method in PreferencesHelper
DNotificationManagerService.java2543 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init()
4031 public void setNotificationDelegate(String callingPkg, String delegate) {
4045 mPreferencesHelper.setNotificationDelegate(
/frameworks/base/services/
Dart-wear-profile23038 PLcom/android/server/statusbar/StatusBarManagerService$1;->setNotificationDelegate(Lcom/android/ser…
/frameworks/base/core/api/
Dcurrent.txt7041 method public void setNotificationDelegate(@Nullable String);