Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingConfig.java41 Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
45 ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
H A DPreferencesHelper.java1311 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper
1383 public Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper
H A DNotificationManagerService.java3733 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(
3736 return mPreferencesHelper.getNotificationChannelGroups(
3855 return mPreferencesHelper.getNotificationChannelGroups(
5355 groups.addAll(mPreferencesHelper.getNotificationChannelGroups(
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java482 List<NotificationChannelGroup> actualGroups = mHelper.getNotificationChannelGroups( in testChannelXml()
561 List<NotificationChannelGroup> actualGroups = mHelper.getNotificationChannelGroups( in testChannelXmlForBackup()
1714 assertEquals(1, mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1).size()); in testDeleteGroup()
1801 assertEquals(0, mHelper.getNotificationChannelGroups( in testOnPackageChanged_packageRemoval_groups()
1848 assertEquals(0, mHelper.getNotificationChannelGroups(PKG_O, UID_O).size()); in testClearData()
1870 mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1).iterator().next()); in testCreateGroup()
1932 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups()
1965 mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1, true, true, false).getList(); in testGetChannelGroups_noSideEffects()
1970 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups_noSideEffects()
1993 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups_includeEmptyGroups()
H A DNotificationManagerServiceTest.java2685 verify(mPreferencesHelper, times(1)).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_success()
2703 verify(mPreferencesHelper, never()).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_noAccess()
2723 verify(mPreferencesHelper, never()).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_badUser()
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl115 ParceledListSlice getNotificationChannelGroups(String pkg); in getNotificationChannelGroups() method
H A DNotificationManager.java1025 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() method in NotificationManager
1029 service.getNotificationChannelGroups(mContext.getPackageName()); in getNotificationChannelGroups()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java901 public final List<NotificationChannelGroup> getNotificationChannelGroups(@NonNull String pkg, in getNotificationChannelGroups() method in NotificationListenerService
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt1900 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroups(Ljava/lang/String;)L…
2324 HSPLandroid/app/NotificationManager;->getNotificationChannelGroups()Ljava/util/List;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt6248 … method public java.util.List<android.app.NotificationChannelGroup> getNotificationChannelGroups();
38651 …ic final java.util.List<android.app.NotificationChannelGroup> getNotificationChannelGroups(@NonNul…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt1900 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroups(Ljava/lang/String;)L…
2324 HSPLandroid/app/NotificationManager;->getNotificationChannelGroups()Ljava/util/List;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6451 Landroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroups(Ljava/lang/String;)Land…
6641 Landroid/app/INotificationManager;->getNotificationChannelGroups(Ljava/lang/String;)Landroid/conten…
/aosp12/frameworks/base/services/
H A Dart-profile26484 HPLcom/android/server/notification/NotificationManagerService$11;->getNotificationChannelGroups(Lja…
27412 HPLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroups(Ljava/lang/Stri…