Home
last modified time | relevance | path

Searched refs:INCOMING_CALL (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelId.java26 NotificationChannelId.INCOMING_CALL,
34 String INCOMING_CALL = "phone_incoming_call"; field
DNotificationChannelManager.java109 result.add(NotificationChannelId.INCOMING_CALL); in getAllDesiredChannelIds()
120 NotificationChannelId.INCOMING_CALL, in createIncomingCallChannel()
/packages/apps/Dialer/java/com/android/dialer/logging/
Dscreen_event.proto51 INCOMING_CALL = 14; enumerator
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java356 builder.setChannelId(NotificationChannelId.INCOMING_CALL); in buildAndSendNotification()
DInCallActivity.java1502 Logger.get(this).logScreenView(ScreenEvent.Type.INCOMING_CALL, this); in showAnswerScreenFragment()