Searched refs:getNotificationDelegate (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 1676 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testClearData() 2199 assertEquals("other", mHelper.getNotificationDelegate(PKG_O, UID_O)); in testSetNotificationDelegate() 2207 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testRevokeNotificationDelegate() 2214 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testRevokeNotificationDelegate_noDelegateExistsNoCrash() 2222 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate() 2225 assertEquals("other", mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate() 2231 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate_noDelegateExistsNoCrash() 2234 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate_noDelegateExistsNoCrash() 2288 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_noDelegate() 2299 assertEquals("other", mHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_delegate() [all …]
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 198 String getNotificationDelegate(String callingPkg); in getNotificationDelegate() method
|
D | NotificationManager.java | 613 public @Nullable String getNotificationDelegate() { in getNotificationDelegate() method in NotificationManager 617 return service.getNotificationDelegate(pkg); in getNotificationDelegate()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 1314 public @Nullable String getNotificationDelegate(String sourcePkg, int sourceUid) { in getNotificationDelegate() method in PreferencesHelper
|
D | NotificationManagerService.java | 2594 public String getNotificationDelegate(String callingPkg) { 2597 return mPreferencesHelper.getNotificationDelegate(callingPkg, Binder.getCallingUid());
|
/frameworks/base/api/ |
D | current.txt | 5827 method @Nullable public String getNotificationDelegate();
|