Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl243 String getNotificationDelegate(String callingPkg); in getNotificationDelegate() method
DNotificationManager.java1096 public @Nullable String getNotificationDelegate() { in getNotificationDelegate() method in NotificationManager
1100 return service.getNotificationDelegate(pkg); in getNotificationDelegate()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java3483 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testClearData()
4325 assertEquals("other", mHelper.getNotificationDelegate(PKG_O, UID_O)); in testSetNotificationDelegate()
4333 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testRevokeNotificationDelegate()
4340 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testRevokeNotificationDelegate_noDelegateExistsNoCrash()
4385 assertNull(mXmlHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_noDelegate()
4395 assertEquals("other", mXmlHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_delegate()
4406 assertNull(mXmlHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_disabledDelegate()
4409 assertEquals("other", mXmlHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_disabledDelegate()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java2226 public @Nullable String getNotificationDelegate(String sourcePkg, int sourceUid) {
DNotificationManagerService.java4716 public String getNotificationDelegate(String callingPkg) {
4719 return mPreferencesHelper.getNotificationDelegate(callingPkg, Binder.getCallingUid());
/frameworks/base/services/
Dart-wear-profile12558 PLcom/android/server/notification/NotificationManagerService$12;->getNotificationDelegate(Ljava/lan…
/frameworks/base/core/api/
Dcurrent.txt7170 method @Nullable public String getNotificationDelegate();