Searched refs:getNotificationDelegate (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 1679 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testClearData() 2178 assertEquals("other", mHelper.getNotificationDelegate(PKG_O, UID_O)); in testSetNotificationDelegate() 2186 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testRevokeNotificationDelegate() 2193 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testRevokeNotificationDelegate_noDelegateExistsNoCrash() 2201 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate() 2204 assertEquals("other", mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate() 2210 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate_noDelegateExistsNoCrash() 2213 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testToggleNotificationDelegate_noDelegateExistsNoCrash() 2267 assertNull(mHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_noDelegate() 2278 assertEquals("other", mHelper.getNotificationDelegate(PKG_O, UID_O)); in testDelegateXml_delegate() [all …]
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 200 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 | 1330 public @Nullable String getNotificationDelegate(String sourcePkg, int sourceUid) { in getNotificationDelegate() method in PreferencesHelper
|
D | NotificationManagerService.java | 2669 public String getNotificationDelegate(String callingPkg) { 2672 return mPreferencesHelper.getNotificationDelegate(callingPkg, Binder.getCallingUid());
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5830 method @Nullable public String getNotificationDelegate();
|
/frameworks/base/api/ |
D | current.txt | 5830 method @Nullable public String getNotificationDelegate();
|