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

  /packages/apps/Dialer/java/com/android/dialer/binary/common/
DialerApplication.java 30 import com.android.dialer.notification.NotificationChannelManager;
54 NotificationChannelManager.initChannels(this);
  /packages/apps/Dialer/java/com/android/dialer/notification/
NotificationChannelManager.java 36 public final class NotificationChannelManager {
65 "NotificationChannelManager.initChannels",
68 "NotificationChannelManager.initChannels", "desired channel IDs: " + desiredChannelIds);
70 "NotificationChannelManager.initChannels", "existing channel IDs: " + existingChannelIds);
171 private NotificationChannelManager() {}
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
NotificationChannelManager.java 34 public class NotificationChannelManager {
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
VisualVoicemailNotifier.java 46 import com.android.dialer.notification.NotificationChannelManager;
82 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle));
188 builder.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle));

Completed in 7681 milliseconds