Home
last modified time | relevance | path

Searched refs:getNotificationChannelGroup (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java28 NotificationChannelGroup getNotificationChannelGroup(String pkg, int uid, String channelId); in getNotificationChannelGroup() method
DNotificationManagerService.java3130 mPreferencesHelper.getNotificationChannelGroup(group.getId(), pkg, uid);
4313 public NotificationChannelGroup getNotificationChannelGroup(String pkg, String groupId) {
4508 return mPreferencesHelper.getNotificationChannelGroup(groupId, pkg, uid);
7019 public NotificationChannelGroup getNotificationChannelGroup(String pkg, int uid, String
DPreferencesHelper.java1517 public NotificationChannelGroup getNotificationChannelGroup(String groupId, String pkg, in getNotificationChannelGroup() method in PreferencesHelper
/frameworks/base/core/java/android/app/people/
DConversationChannel.java127 public NotificationChannelGroup getNotificationChannelGroup() { in getNotificationChannelGroup() method in ConversationChannel
/frameworks/base/core/java/android/app/
DINotificationManager.aidl120 NotificationChannelGroup getNotificationChannelGroup(String pkg, String channelGroupId); in getNotificationChannelGroup() method
DNotificationManager.java1113 public NotificationChannelGroup getNotificationChannelGroup(String channelGroupId) { in getNotificationChannelGroup() method in NotificationManager
1116 return service.getNotificationChannelGroup(mContext.getPackageName(), channelGroupId); in getNotificationChannelGroup()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1828 assertNull(mHelper.getNotificationChannelGroup(ncg.getId(), PKG_N_MR1, UID_N_MR1)); in testChannelXml_backup()
2973 assertNull(mHelper.getNotificationChannelGroup(deleted.getId(), PKG_N_MR1, UID_N_MR1)); in testDeleteGroup()
2975 mHelper.getNotificationChannelGroup(notDeleted.getId(), PKG_N_MR1, UID_N_MR1)); in testDeleteGroup()
3024 = mHelper.getNotificationChannelGroup(notDeleted.getId(), PKG_N_MR1, UID_N_MR1); in testGetNotificationChannelGroup()
3030 = mHelper.getNotificationChannelGroup(notDeleted.getId(), PKG_N_MR1, UID_N_MR1); in testGetNotificationChannelGroup()
4714 assertNull(mHelper.getNotificationChannelGroup(extraGroup, PKG_O, UID_O)); in testTooManyGroups_xml()
4715 assertNull(mHelper.getNotificationChannelGroup(extraGroup1, PKG_O, UID_O)); in testTooManyGroups_xml()
DNotificationManagerServiceTest.java3898 when(mPreferencesHelper.getNotificationChannelGroup(eq(existing.getId()), in testUpdateGroupNotifyCreatorBlock()
3922 when(mPreferencesHelper.getNotificationChannelGroup(eq(existing.getId()), in testUpdateGroupNotifyCreatorUnblock()
3943 when(mPreferencesHelper.getNotificationChannelGroup( in testUpdateGroupNoNotifyCreatorOtherChanges()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java296 mNotificationManagerInternal.getNotificationChannelGroup(packageName, in getConversationChannel()
/frameworks/base/boot/
Dboot-image-profile.txt1943 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroup(Ljava/lang/String;Lja…
2379 HSPLandroid/app/NotificationManager;->getNotificationChannelGroup(Ljava/lang/String;)Landroid/app/N…
/frameworks/base/services/
Dart-profile2028 HPLcom/android/server/notification/NotificationManagerService$12;->getNotificationChannelGroup(Ljav…
Dart-wear-profile16388 PLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroup(Ljava/lang/String…
/frameworks/base/config/
Dboot-image-profile.txt1943 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroup(Ljava/lang/String;Lja…
2379 HSPLandroid/app/NotificationManager;->getNotificationChannelGroup(Ljava/lang/String;)Landroid/app/N…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6449 Landroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroup(Ljava/lang/String;Ljava/…
6639 Landroid/app/INotificationManager;->getNotificationChannelGroup(Ljava/lang/String;Ljava/lang/String…
/frameworks/base/core/api/
Dcurrent.txt7027 method public android.app.NotificationChannelGroup getNotificationChannelGroup(String);