OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deleteNotificationChannelGroup
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationManagerTest.java
128
public void
deleteNotificationChannelGroup
() {
137
notificationManager.
deleteNotificationChannelGroup
(channelGroupId);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java
154
protected void
deleteNotificationChannelGroup
(String channelGroupId) {
157
// https://developer.android.com/reference/android/app/NotificationManager.html#
deleteNotificationChannelGroup
%28java.lang.String%29
Completed in 72 milliseconds