Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java34 void setNotificationDelegate(NotificationDelegate delegate); in setNotificationDelegate() method
H A DStatusBarManagerService.java252 public void setNotificationDelegate(NotificationDelegate delegate) {
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1834 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 DINotificationManager.aidl222 void setNotificationDelegate(String callingPkg, String delegate); in setNotificationDelegate() method
H A DNotificationManager.java816 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 DPreferencesHelper.java1801 public void setNotificationDelegate(String sourcePkg, int sourceUid, in setNotificationDelegate() method in PreferencesHelper
H A DNotificationManagerService.java2191 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init()
3516 public void setNotificationDelegate(String callingPkg, String delegate) {
3530 mPreferencesHelper.setNotificationDelegate(
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt6260 method public void setNotificationDelegate(@Nullable String);
/aosp12/frameworks/base/services/
H A Dart-profile39086 HSPLcom/android/server/statusbar/StatusBarManagerService$1;->setNotificationDelegate(Lcom/android/s…