Home
last modified time | relevance | path

Searched refs:getNotificationDelegate (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1845 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 DINotificationManager.aidl223 String getNotificationDelegate(String callingPkg); in getNotificationDelegate() method
H A DNotificationManager.java831 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 DPreferencesHelper.java1784 public @Nullable String getNotificationDelegate(String sourcePkg, int sourceUid) { in getNotificationDelegate() method in PreferencesHelper
H A DNotificationManagerService.java3541 public String getNotificationDelegate(String callingPkg) {
3544 return mPreferencesHelper.getNotificationDelegate(callingPkg, Binder.getCallingUid());
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt6250 method @Nullable public String getNotificationDelegate();