/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 39 Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method 43 ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
|
D | PreferencesHelper.java | 1469 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper 1546 public Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper
|
D | NotificationManagerService.java | 4064 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups( 4067 return mPreferencesHelper.getNotificationChannelGroups( 4188 return mPreferencesHelper.getNotificationChannelGroups( 5774 groups.addAll(mPreferencesHelper.getNotificationChannelGroups(
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 117 ParceledListSlice getNotificationChannelGroups(String pkg); in getNotificationChannelGroups() method
|
D | NotificationManager.java | 1062 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() method in NotificationManager 1066 service.getNotificationChannelGroups(mContext.getPackageName()); in getNotificationChannelGroups()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 571 List<NotificationChannelGroup> actualGroups = mHelper.getNotificationChannelGroups( in testChannelXml() 655 List<NotificationChannelGroup> actualGroups = mHelper.getNotificationChannelGroups( in testChannelXmlForBackup() 2764 assertEquals(1, mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1).size()); in testDeleteGroup() 2877 assertEquals(0, mHelper.getNotificationChannelGroups( in testOnPackageChanged_packageRemoval_groups() 2922 assertEquals(0, mHelper.getNotificationChannelGroups(PKG_O, UID_O).size()); in testClearData() 2943 mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1).iterator().next()); in testCreateGroup() 3015 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups() 3050 mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1, true, true, false).getList(); in testGetChannelGroups_noSideEffects() 3056 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups_noSideEffects() 3082 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups_includeEmptyGroups()
|
D | NotificationManagerServiceTest.java | 3819 verify(mPreferencesHelper, times(1)).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_success() 3836 verify(mPreferencesHelper, never()).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_noAccess() 3855 verify(mPreferencesHelper, never()).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_badUser()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 928 public final List<NotificationChannelGroup> getNotificationChannelGroups(@NonNull String pkg, in getNotificationChannelGroups() method in NotificationListenerService
|
/frameworks/base/services/ |
D | art-profile | 5106 HPLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannelGroups(Lja… 5336 HPLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroups(Ljava/lang/Stri…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 1963 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroups(Ljava/lang/String;)L… 2406 HSPLandroid/app/NotificationManager;->getNotificationChannelGroups()Ljava/util/List;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1963 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroups(Ljava/lang/String;)L… 2406 HSPLandroid/app/NotificationManager;->getNotificationChannelGroups()Ljava/util/List;
|
/frameworks/base/core/api/ |
D | current.txt | 6816 … method public java.util.List<android.app.NotificationChannelGroup> getNotificationChannelGroups(); 40904 …ic final java.util.List<android.app.NotificationChannelGroup> getNotificationChannelGroups(@NonNul…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6451 Landroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroups(Ljava/lang/String;)Land… 6641 Landroid/app/INotificationManager;->getNotificationChannelGroups(Ljava/lang/String;)Landroid/conten…
|