/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 36 Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method 40 ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
|
D | PreferencesHelper.java | 981 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper 1049 public Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper
|
D | NotificationManagerService.java | 2738 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups( 2741 return mPreferencesHelper.getNotificationChannelGroups( 2818 return mPreferencesHelper.getNotificationChannelGroups( 4076 groups.addAll(mPreferencesHelper.getNotificationChannelGroups(
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 358 List<NotificationChannelGroup> actualGroups = mHelper.getNotificationChannelGroups( in testChannelXml() 430 List<NotificationChannelGroup> actualGroups = mHelper.getNotificationChannelGroups( in testChannelXmlForBackup() 1555 assertEquals(1, mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1).size()); in testDeleteGroup() 1632 assertEquals(0, mHelper.getNotificationChannelGroups( in testOnPackageChanged_packageRemoval_groups() 1679 assertEquals(0, mHelper.getNotificationChannelGroups(PKG_O, UID_O).size()); in testClearData() 1701 mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1).iterator().next()); in testCreateGroup() 1757 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups() 1790 mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1, true, true, false).getList(); in testGetChannelGroups_noSideEffects() 1795 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups_noSideEffects() 1818 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups_includeEmptyGroups()
|
D | NotificationManagerServiceTest.java | 1928 verify(mPreferencesHelper, times(1)).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_success() 1945 verify(mPreferencesHelper, never()).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_noAccess() 1964 verify(mPreferencesHelper, never()).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_badUser()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 103 ParceledListSlice getNotificationChannelGroups(String pkg); in getNotificationChannelGroups() method
|
D | NotificationManager.java | 786 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() method in NotificationManager 790 service.getNotificationChannelGroups(mContext.getPackageName()); in getNotificationChannelGroups()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 780 public final List<NotificationChannelGroup> getNotificationChannelGroups(@NonNull String pkg, in getNotificationChannelGroups() method in NotificationListenerService
|
/frameworks/base/services/ |
D | art-profile | 9392 PLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannelGroups(Ljav… 9785 PLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroups(Ljava/lang/Strin…
|
/frameworks/base/api/ |
D | current.txt | 5825 … method public java.util.List<android.app.NotificationChannelGroup> getNotificationChannelGroups(); 41488 …ic final java.util.List<android.app.NotificationChannelGroup> getNotificationChannelGroups(@NonNul…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 6871 Landroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroups(Ljava/lang/String;)Land… 7063 Landroid/app/INotificationManager;->getNotificationChannelGroups(Ljava/lang/String;)Landroid/conten…
|