Home
last modified time | relevance | path

Searched refs:getNotificationChannelGroups (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java36 Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
40 ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
DPreferencesHelper.java981 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper
1049 public Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper
DNotificationManagerService.java2738 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/
DPreferencesHelperTest.java358 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()
DNotificationManagerServiceTest.java1928 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/
DINotificationManager.aidl103 ParceledListSlice getNotificationChannelGroups(String pkg); in getNotificationChannelGroups() method
DNotificationManager.java786 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() method in NotificationManager
790 service.getNotificationChannelGroups(mContext.getPackageName()); in getNotificationChannelGroups()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java780 public final List<NotificationChannelGroup> getNotificationChannelGroups(@NonNull String pkg, in getNotificationChannelGroups() method in NotificationListenerService
/frameworks/base/services/
Dart-profile9392 PLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannelGroups(Ljav…
9785 PLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroups(Ljava/lang/Strin…
/frameworks/base/api/
Dcurrent.txt5825 … method public java.util.List<android.app.NotificationChannelGroup> getNotificationChannelGroups();
41488 …ic final java.util.List<android.app.NotificationChannelGroup> getNotificationChannelGroups(@NonNul…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt6871 Landroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroups(Ljava/lang/String;)Land…
7063 Landroid/app/INotificationManager;->getNotificationChannelGroups(Ljava/lang/String;)Landroid/conten…