Searched refs:setNotificationDelegate (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerInternal.java | 25 void setNotificationDelegate(NotificationDelegate delegate); in setNotificationDelegate() method
|
D | StatusBarManagerService.java | 213 public void setNotificationDelegate(NotificationDelegate delegate) {
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 1668 mHelper.setNotificationDelegate(PKG_O, UID_O, "", 1); in testClearData() 2177 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testSetNotificationDelegate() 2183 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testRevokeNotificationDelegate() 2198 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testToggleNotificationDelegate() 2230 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_delegateDisabledByApp() 2238 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_wrongDelegate() 2246 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed_delegateDisabledByUser() 2254 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testIsDelegateAllowed() 2272 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testDelegateXml_delegate() 2283 mHelper.setNotificationDelegate(PKG_O, UID_O, "other", 53); in testDelegateXml_disabledDelegate() [all …]
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 199 void setNotificationDelegate(String callingPkg, String delegate); in setNotificationDelegate() method
|
D | NotificationManager.java | 598 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/ |
D | PreferencesHelper.java | 1347 public void setNotificationDelegate(String sourcePkg, int sourceUid, in setNotificationDelegate() method in PreferencesHelper
|
D | NotificationManagerService.java | 1735 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init() 2644 public void setNotificationDelegate(String callingPkg, String delegate) { 2658 mPreferencesHelper.setNotificationDelegate(
|
/frameworks/base/services/ |
D | art-profile | 13187 HSPLcom/android/server/statusbar/StatusBarManagerService$1;->setNotificationDelegate(Lcom/android/s…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5840 method public void setNotificationDelegate(@Nullable String);
|
/frameworks/base/api/ |
D | current.txt | 5840 method public void setNotificationDelegate(@Nullable String);
|