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

  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 47 private static final String NOTIFICATION_GROUP =
117 .setGroup(NOTIFICATION_GROUP);
142 .setGroup(NOTIFICATION_GROUP)
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 47 private static final String NOTIFICATION_GROUP =
117 .setGroup(NOTIFICATION_GROUP);
142 .setGroup(NOTIFICATION_GROUP)
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 47 private static final String NOTIFICATION_GROUP =
117 .setGroup(NOTIFICATION_GROUP);
142 .setGroup(NOTIFICATION_GROUP)
  /packages/apps/Dialer/java/com/android/incallui/
ExternalCallNotifier.java 64 private static final String NOTIFICATION_GROUP = "ExternalCallNotifier";
199 notificationManager.cancel(NOTIFICATION_GROUP, NOTIFICATION_ID);
240 builder.setGroup(NOTIFICATION_GROUP);
313 summary.setGroup(NOTIFICATION_GROUP);
318 notificationManager.notify(NOTIFICATION_GROUP, NOTIFICATION_ID, summary.build());

Completed in 104 milliseconds