Home
last modified time | relevance | path

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

123

/core/core/src/androidTest/java/androidx/core/app/
DNotificationManagerCompatTest.java204 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 …]
DNotificationChannelGroupCompatTest.java61 NotificationChannelGroup builderGroup = groupCompat.getNotificationChannelGroup(); in testDefaultBuilderEqualsPlatform()
94 NotificationChannelGroup builderGroup = groupCompat.getNotificationChannelGroup(); in testFullyDefinedBuilderEqualsPlatform()
/core/core/src/main/java/androidx/core/app/
DNotificationManagerCompat.java477 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()
DNotificationChannelGroupCompat.java146 NotificationChannelGroup getNotificationChannelGroup() { in getNotificationChannelGroup() method in NotificationChannelGroupCompat
/core/core/api/
D1.1.0-rc01.txt597 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.1.0-beta02.txt597 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.1.0-beta01.txt597 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.2.0-beta01.txt633 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.3.0-beta01.txt635 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.2.0-beta02.txt633 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.5.0-beta02.txt744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.5.0-beta03.txt744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
Drestricted_1.1.0-beta01.txt670 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
Drestricted_1.1.0-rc01.txt670 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.5.0-beta01.txt744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.6.0-beta03.txt744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.6.0-beta01.txt744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.6.0-beta02.txt744 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
Drestricted_1.3.0-beta01.txt710 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
Drestricted_1.2.0-beta01.txt708 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.8.0-beta02.txt763 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
Drestricted_1.2.0-beta02.txt708 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.7.0-beta03.txt752 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.7.0-beta01.txt752 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);
D1.7.0-beta02.txt752 method public android.app.NotificationChannelGroup? getNotificationChannelGroup(String);

123