Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java2205 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testRevokeNotificationDelegate()
2212 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testRevokeNotificationDelegate_noDelegateExistsNoCrash()
2252 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testIsDelegateAllowed_delegateDisabledByApp()
2260 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testIsDelegateAllowed_wrongDelegate()
2305 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testDelegateXml_disabledDelegate()
2335 mHelper.revokeNotificationDelegate(PKG_O, UID_O); in testDelegateXml_entirelyDisabledDelegate()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1346 public void revokeNotificationDelegate(String sourcePkg, int sourceUid) { in revokeNotificationDelegate() method in PreferencesHelper
DNotificationManagerService.java2560 mPreferencesHelper.revokeNotificationDelegate(callingPkg, Binder.getCallingUid());