Searched refs:getNotificationDelegate (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 243 String getNotificationDelegate(String callingPkg); in getNotificationDelegate() method
|
D | NotificationManager.java | 1096 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/ |
D | PreferencesHelperTest.java | 3483 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/ |
D | PreferencesHelper.java | 2226 public @Nullable String getNotificationDelegate(String sourcePkg, int sourceUid) {
|
D | NotificationManagerService.java | 4716 public String getNotificationDelegate(String callingPkg) { 4719 return mPreferencesHelper.getNotificationDelegate(callingPkg, Binder.getCallingUid());
|
/frameworks/base/services/ |
D | art-wear-profile | 12558 PLcom/android/server/notification/NotificationManagerService$12;->getNotificationDelegate(Ljava/lan…
|
/frameworks/base/core/api/ |
D | current.txt | 7170 method @Nullable public String getNotificationDelegate();
|