| /core/core/src/androidTest/java/androidx/core/app/ |
| D | NotificationManagerCompatTest.java | 204 assertNotNull(mPlatformNotificationManager.getNotificationChannelGroup(groupId)); in testGetNotificationChannelGroup() 214 notificationManager.getNotificationChannelGroup(groupId); in testGetNotificationChannelGroup() 241 .getNotificationChannelGroup("unknownGroupId"); in testGetNotificationChannelGroupWithUnknownId() 372 NotificationChannelGroup result = notificationManager.getNotificationChannelGroup(groupId); in testCreateNotificationChannelGroup() 397 NotificationChannelGroup result = notificationManager.getNotificationChannelGroup(groupId); in testCreateNotificationChannelGroupWithParams() 483 NotificationChannelGroup resultOne = notificationManager.getNotificationChannelGroup( in testCreateNotificationChannelGroups() 492 NotificationChannelGroup resultTwo = notificationManager.getNotificationChannelGroup( in testCreateNotificationChannelGroups() 584 NotificationChannelGroup result = notificationManager.getNotificationChannelGroup(groupId); in testCreateNotificationChannelGroupCompat() 615 NotificationChannelGroup result = notificationManager.getNotificationChannelGroup(groupId); in testCreateNotificationChannelGroupCompatWithParams() 732 NotificationChannelGroup resultOne = notificationManager.getNotificationChannelGroup( in testCreateNotificationChannelGroupsCompat() [all …]
|
| D | NotificationChannelGroupCompatTest.java | 61 NotificationChannelGroup builderGroup = groupCompat.getNotificationChannelGroup(); in testDefaultBuilderEqualsPlatform() 94 NotificationChannelGroup builderGroup = groupCompat.getNotificationChannelGroup(); in testFullyDefinedBuilderEqualsPlatform()
|
| /core/core/src/main/java/androidx/core/app/ |
| D | NotificationManagerCompat.java | 477 createNotificationChannelGroup(group.getNotificationChannelGroup()); in createNotificationChannelGroup() 540 platformGroups.add(group.getNotificationChannelGroup()); in createNotificationChannelGroupsCompat() 668 public @Nullable NotificationChannelGroup getNotificationChannelGroup( in getNotificationChannelGroup() method in NotificationManagerCompat 671 return Api28Impl.getNotificationChannelGroup(mNotificationManager, channelGroupId); in getNotificationChannelGroup() 692 NotificationChannelGroup group = getNotificationChannelGroup(channelGroupId); in getNotificationChannelGroupCompat() 697 NotificationChannelGroup group = getNotificationChannelGroup(channelGroupId); in getNotificationChannelGroupCompat() 1344 static NotificationChannelGroup getNotificationChannelGroup( in getNotificationChannelGroup() method in NotificationManagerCompat.Api28Impl 1346 return notificationManager.getNotificationChannelGroup(channelGroupId); in getNotificationChannelGroup()
|
| D | NotificationChannelGroupCompat.java | 146 NotificationChannelGroup getNotificationChannelGroup() { in getNotificationChannelGroup() method in NotificationChannelGroupCompat
|
| /core/core/api/ |
| D | 1.1.0-rc01.txt | 597 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.1.0-beta02.txt | 597 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.1.0-beta01.txt | 597 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.2.0-beta01.txt | 633 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.3.0-beta01.txt | 635 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.2.0-beta02.txt | 633 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.5.0-beta02.txt | 744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.5.0-beta03.txt | 744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | restricted_1.1.0-beta01.txt | 670 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | restricted_1.1.0-rc01.txt | 670 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.5.0-beta01.txt | 744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.6.0-beta03.txt | 744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.6.0-beta01.txt | 744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.6.0-beta02.txt | 744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | restricted_1.3.0-beta01.txt | 710 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | restricted_1.2.0-beta01.txt | 708 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.8.0-beta02.txt | 763 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | restricted_1.2.0-beta02.txt | 708 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.7.0-beta03.txt | 752 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.7.0-beta01.txt | 752 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|
| D | 1.7.0-beta02.txt | 752 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
|