Searched refs:getNotificationDelegate (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 1845 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testClearData() 2423 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testRevokeNotificationDelegate() 2430 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testRevokeNotificationDelegate_noDelegateExistsNoCrash() 2438 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate() 2447 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate_noDelegateExistsNoCrash() 2450 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate_noDelegateExistsNoCrash() 2505 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_noDelegate() 2530 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_disabledDelegate() 2544 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_userDisabledDelegate() 2563 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_entirelyDisabledDelegate() [all …]
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 223 String getNotificationDelegate(String callingPkg); in getNotificationDelegate() method
|
H A D | NotificationManager.java | 831 public @Nullable String getNotificationDelegate() { in getNotificationDelegate() method in NotificationManager 835 return service.getNotificationDelegate(pkg); in getNotificationDelegate()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 1784 public @Nullable String getNotificationDelegate(String sourcePkg, int sourceUid) { in getNotificationDelegate() method in PreferencesHelper
|
H A D | NotificationManagerService.java | 3541 public String getNotificationDelegate(String callingPkg) { 3544 return mPreferencesHelper.getNotificationDelegate(callingPkg, Binder.getCallingUid());
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 6250 method @Nullable public String getNotificationDelegate();
|