Searched refs:setNotificationDelegate (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerInternal.java | 34 void setNotificationDelegate(NotificationDelegate delegate); in setNotificationDelegate() method
|
H A D | StatusBarManagerService.java | 252 public void setNotificationDelegate(NotificationDelegate delegate) {
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 1834 mHelper.setNotificationDelegate(PKG_O, UID_O, "", 1); in testClearData() 2414 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testSetNotificationDelegate() 2420 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testRevokeNotificationDelegate() 2435 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testToggleNotificationDelegate() 2467 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_delegateDisabledByApp() 2475 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_wrongDelegate() 2483 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_delegateDisabledByUser() 2491 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed() 2510 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testDelegateXml_delegate() 2522 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testDelegateXml_disabledDelegate() [all …]
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 222 void setNotificationDelegate(String callingPkg, String delegate); in setNotificationDelegate() method
|
H A D | NotificationManager.java | 816 public void setNotificationDelegate(@Nullable String delegate) { in setNotificationDelegate() method in NotificationManager 821 service.setNotificationDelegate(pkg, delegate); in setNotificationDelegate()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 1801 public void setNotificationDelegate(String sourcePkg, int sourceUid, in setNotificationDelegate() method in PreferencesHelper
|
H A D | NotificationManagerService.java | 2191 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init() 3516 public void setNotificationDelegate(String callingPkg, String delegate) { 3530 mPreferencesHelper.setNotificationDelegate(
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 6260 method public void setNotificationDelegate(@Nullable String);
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 39086 HSPLcom/android/server/statusbar/StatusBarManagerService$1;->setNotificationDelegate(Lcom/android/s…
|