Searched refs:setNotificationDelegate (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerInternal.java | 35 void setNotificationDelegate(NotificationDelegate delegate); in setNotificationDelegate() method
|
D | StatusBarManagerService.java | 345 public void setNotificationDelegate(NotificationDelegate delegate) {
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 239 void setNotificationDelegate(String callingPkg, String delegate); in setNotificationDelegate() method
|
D | NotificationManager.java | 898 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/ |
D | PreferencesHelperTest.java | 3134 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/ |
D | PreferencesHelper.java | 1981 public void setNotificationDelegate(String sourcePkg, int sourceUid, in setNotificationDelegate() method in PreferencesHelper
|
D | NotificationManagerService.java | 2543 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init() 4031 public void setNotificationDelegate(String callingPkg, String delegate) { 4045 mPreferencesHelper.setNotificationDelegate(
|
/frameworks/base/services/ |
D | art-wear-profile | 23038 PLcom/android/server/statusbar/StatusBarManagerService$1;->setNotificationDelegate(Lcom/android/ser…
|
/frameworks/base/core/api/ |
D | current.txt | 7041 method public void setNotificationDelegate(@Nullable String);
|