/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | RankingConfig.java | 41 Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method 45 ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
|
H A D | PreferencesHelper.java | 1311 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 D | NotificationManagerService.java | 3733 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 D | PreferencesHelperTest.java | 482 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 D | NotificationManagerServiceTest.java | 2685 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 D | INotificationManager.aidl | 115 ParceledListSlice getNotificationChannelGroups(String pkg); in getNotificationChannelGroups() method
|
H A D | NotificationManager.java | 1025 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 D | NotificationListenerService.java | 901 public final List<NotificationChannelGroup> getNotificationChannelGroups(@NonNull String pkg, in getNotificationChannelGroups() method in NotificationListenerService
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1900 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 D | current.txt | 6248 … 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 D | boot-image-profile.txt | 1900 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 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…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26484 HPLcom/android/server/notification/NotificationManagerService$11;->getNotificationChannelGroups(Lja… 27412 HPLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroups(Ljava/lang/Stri…
|