Home
last modified time | relevance | path

Searched refs:NotificationChannelId (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelManager.java109 result.add(NotificationChannelId.INCOMING_CALL); in getAllDesiredChannelIds()
110 result.add(NotificationChannelId.ONGOING_CALL); in getAllDesiredChannelIds()
111 result.add(NotificationChannelId.MISSED_CALL); in getAllDesiredChannelIds()
112 result.add(NotificationChannelId.DEFAULT); in getAllDesiredChannelIds()
120 NotificationChannelId.INCOMING_CALL, in createIncomingCallChannel()
134 NotificationChannelId.ONGOING_CALL, in createOngoingCallChannel()
148 NotificationChannelId.MISSED_CALL, in createMissedCallChannel()
162 NotificationChannelId.DEFAULT, in createDefaultChannel()
DNotificationChannelId.java26 NotificationChannelId.INCOMING_CALL,
27 NotificationChannelId.ONGOING_CALL,
28 NotificationChannelId.MISSED_CALL,
29 NotificationChannelId.DEFAULT,
31 public @interface NotificationChannelId { annotation
DVoicemailChannelUtils.java98 return NotificationChannelId.DEFAULT; in getChannelId()
106 return NotificationChannelId.DEFAULT; in getChannelId()
/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java45 import com.android.dialer.notification.NotificationChannelId;
243 builder.setChannelId(NotificationChannelId.DEFAULT); in postNotification()
278 publicBuilder.setChannelId(NotificationChannelId.DEFAULT); in postNotification()
455 summary.setChannelId(NotificationChannelId.DEFAULT); in showGroupSummaryNotification()
DStatusBarNotifier.java77 import com.android.dialer.notification.NotificationChannelId;
356 builder.setChannelId(NotificationChannelId.INCOMING_CALL); in buildAndSendNotification()
375 builder.setChannelId(NotificationChannelId.ONGOING_CALL); in buildAndSendNotification()
382 builder.setChannelId(NotificationChannelId.ONGOING_CALL); in buildAndSendNotification()
/packages/apps/Dialer/java/com/android/dialer/spam/promo/
DSpamBlockingPromoHelper.java35 import com.android.dialer.notification.NotificationChannelId;
202 builder.setChannelId(NotificationChannelId.DEFAULT); in getSpamBlockingPromoNotification()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java58 import com.android.dialer.notification.NotificationChannelId;
218 groupSummary.setChannelId(NotificationChannelId.MISSED_CALL); in updateMissedCallNotification()
416 builder.setChannelId(NotificationChannelId.MISSED_CALL); in createNotificationBuilder()
/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumbersUtil.java39 import com.android.dialer.notification.NotificationChannelId;
259 builder.setChannelId(NotificationChannelId.DEFAULT); in maybeNotifyCallBlockingDisabled()
/packages/apps/Dialer/java/com/android/incallui/spam/
DSpamCallListListener.java46 import com.android.dialer.notification.NotificationChannelId;
261 builder.setChannelId(NotificationChannelId.DEFAULT); in createAfterCallNotificationBuilder()