Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl240 String getNotificationDelegate(String callingPkg); in getNotificationDelegate() method
DNotificationManager.java913 public @Nullable String getNotificationDelegate() { in getNotificationDelegate() method in NotificationManager
917 return service.getNotificationDelegate(pkg); in getNotificationDelegate()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java3143 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testClearData()
3976 assertEquals("other", mHelper.getNotificationDelegate(PKG_O, UID_O)); in testSetNotificationDelegate()
3984 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testRevokeNotificationDelegate()
3991 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testRevokeNotificationDelegate_noDelegateExistsNoCrash()
4036 assertNull(mXmlHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_noDelegate()
4046 assertEquals("other", mXmlHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_delegate()
4057 assertNull(mXmlHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_disabledDelegate()
4060 assertEquals("other", mXmlHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_disabledDelegate()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1964 public @Nullable String getNotificationDelegate(String sourcePkg, int sourceUid) { in getNotificationDelegate() method in PreferencesHelper
DNotificationManagerService.java4056 public String getNotificationDelegate(String callingPkg) {
4059 return mPreferencesHelper.getNotificationDelegate(callingPkg, Binder.getCallingUid());
/frameworks/base/core/api/
Dcurrent.txt7030 method @Nullable public String getNotificationDelegate();