Home
last modified time | relevance | path

Searched refs:revokeNotificationDelegate (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java3740 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testRevokeNotificationDelegate()
3747 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testRevokeNotificationDelegate_noDelegateExistsNoCrash()
3767 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testIsDelegateAllowed_delegateDisabledByApp()
3775 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testIsDelegateAllowed_wrongDelegate()
3816 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testDelegateXml_disabledDelegate()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1930 public void revokeNotificationDelegate(String sourcePkg, int sourceUid) { in revokeNotificationDelegate() method in PreferencesHelper
H A DNotificationManagerService.java3806 mPreferencesHelper.revokeNotificationDelegate(callingPkg, Binder.getCallingUid());