HomeSort by relevance Sort by last modified time
    Searched refs:getNotificationChannelGroup (Results 1 - 4 of 4) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java 155 if (getNotificationChannelGroup(channelGroupId) != null) {
320 public Object /*NotificationChannelGroup*/ getNotificationChannelGroup(String id) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationManagerTest.java 84 .getNotificationChannelGroup("id");
138 assertThat(shadowOf(notificationManager).getNotificationChannelGroup(channelGroupId)).isNull();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 385 NotificationChannelGroup group = mNm.getNotificationChannelGroup(mGroupId);
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 681 mNotificationManager.getNotificationChannelGroup(ncg.getId());
    [all...]

Completed in 957 milliseconds