/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerInternal.java | 28 NotificationChannelGroup getNotificationChannelGroup(String pkg, int uid, String channelId); in getNotificationChannelGroup() method
|
D | NotificationManagerService.java | 3130 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
|
D | PreferencesHelper.java | 1517 public NotificationChannelGroup getNotificationChannelGroup(String groupId, String pkg, in getNotificationChannelGroup() method in PreferencesHelper
|
/frameworks/base/core/java/android/app/people/ |
D | ConversationChannel.java | 127 public NotificationChannelGroup getNotificationChannelGroup() { in getNotificationChannelGroup() method in ConversationChannel
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 120 NotificationChannelGroup getNotificationChannelGroup(String pkg, String channelGroupId); in getNotificationChannelGroup() method
|
D | NotificationManager.java | 1113 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/ |
D | PreferencesHelperTest.java | 1828 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()
|
D | NotificationManagerServiceTest.java | 3898 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/ |
D | DataManager.java | 296 mNotificationManagerInternal.getNotificationChannelGroup(packageName, in getConversationChannel()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 1943 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannelGroup(Ljava/lang/String;Lja… 2379 HSPLandroid/app/NotificationManager;->getNotificationChannelGroup(Ljava/lang/String;)Landroid/app/N…
|
/frameworks/base/services/ |
D | art-profile | 2028 HPLcom/android/server/notification/NotificationManagerService$12;->getNotificationChannelGroup(Ljav…
|
D | art-wear-profile | 16388 PLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroup(Ljava/lang/String…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1943 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6449 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/ |
D | current.txt | 7027 method public android.app.NotificationChannelGroup getNotificationChannelGroup(String);
|