Searched refs:getNotificationDelegate (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 240 String getNotificationDelegate(String callingPkg); in getNotificationDelegate() method
|
D | NotificationManager.java | 913 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/ |
D | PreferencesHelperTest.java | 3143 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/ |
D | PreferencesHelper.java | 1964 public @Nullable String getNotificationDelegate(String sourcePkg, int sourceUid) { in getNotificationDelegate() method in PreferencesHelper
|
D | NotificationManagerService.java | 4056 public String getNotificationDelegate(String callingPkg) { 4059 return mPreferencesHelper.getNotificationDelegate(callingPkg, Binder.getCallingUid());
|
/frameworks/base/core/api/ |
D | current.txt | 7030 method @Nullable public String getNotificationDelegate();
|