/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 39 Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
|
D | PreferencesHelper.java | 1529 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper 1610 public Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper
|
D | NotificationManagerService.java | 4320 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups( 4323 return mPreferencesHelper.getNotificationChannelGroups( 4444 return mPreferencesHelper.getNotificationChannelGroups( 4473 return mPreferencesHelper.getNotificationChannelGroups( 6378 groups.addAll(mPreferencesHelper.getNotificationChannelGroups(
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 121 ParceledListSlice getNotificationChannelGroups(String pkg); in getNotificationChannelGroups() method
|
D | NotificationManager.java | 1125 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() method in NotificationManager 1129 service.getNotificationChannelGroups(mContext.getPackageName()); in getNotificationChannelGroups()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 630 List<NotificationChannelGroup> actualGroups = mXmlHelper.getNotificationChannelGroups( in testChannelXml() 714 List<NotificationChannelGroup> actualGroups = mXmlHelper.getNotificationChannelGroups( in testChannelXmlForBackup() 2988 assertEquals(1, mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1).size()); in testDeleteGroup() 3101 assertEquals(0, mHelper.getNotificationChannelGroups( in testOnPackageChanged_packageRemoval_groups() 3146 assertEquals(0, mHelper.getNotificationChannelGroups(PKG_O, UID_O).size()); in testClearData() 3167 mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1).iterator().next()); in testCreateGroup() 3239 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups() 3274 mHelper.getNotificationChannelGroups(PKG_N_MR1, UID_N_MR1, true, true, false, true, null) in testGetChannelGroups_noSideEffects() 3281 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups_noSideEffects() 3307 List<NotificationChannelGroup> actual = mHelper.getNotificationChannelGroups( in testGetChannelGroups_includeEmptyGroups() [all …]
|
D | NotificationManagerServiceTest.java | 4338 verify(mPreferencesHelper, times(1)).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_success() 4355 verify(mPreferencesHelper, never()).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_noAccess() 4375 verify(mPreferencesHelper, never()).getNotificationChannelGroups(anyString(), anyInt()); in testGetNotificationChannelGroupsFromPrivilegedListener_badUser()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 944 public final List<NotificationChannelGroup> getNotificationChannelGroups(@NonNull String pkg, in getNotificationChannelGroups() method in NotificationListenerService
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 1944 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroups(Ljava/lang/String;)L… 2380 HSPLandroid/app/NotificationManager;->getNotificationChannelGroups()Ljava/util/List;
|
/frameworks/base/services/ |
D | art-profile | 2100 HPLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroups(Ljava/lang/Stri…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1944 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroups(Ljava/lang/String;)L… 2380 HSPLandroid/app/NotificationManager;->getNotificationChannelGroups()Ljava/util/List;
|
/frameworks/base/core/api/ |
D | current.txt | 7028 … method public java.util.List<android.app.NotificationChannelGroup> getNotificationChannelGroups(); 41162 …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…
|