Home
last modified time | relevance | path

Searched refs:getNotificationChannelGroups (Results 1 – 10 of 10) 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.java2724 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(
2727 return mPreferencesHelper.getNotificationChannelGroups(
2804 return mPreferencesHelper.getNotificationChannelGroups(
4062 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.java1914 verify(mPreferencesHelper, times(1)).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_success()
1931 verify(mPreferencesHelper, never()).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_noAccess()
1950 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/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile9392 PLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannelGroups(Ljav…
9785 PLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroups(Ljava/lang/Strin…