Home
last modified time | relevance | path

Searched refs:ACTION_ANSWER_CALL (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallNotificationReceiver.java30 public static final String ACTION_ANSWER_CALL = field in SelfManagedCallNotificationReceiver
44 case ACTION_ANSWER_CALL: in onReceive()
DSelfManagedConnection.java116 SelfManagedCallNotificationReceiver.ACTION_ANSWER_CALL, null, mContext, in onShowIncomingCallUi()
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DNotificationService.java39 static final String ACTION_ANSWER_CALL = "CD.ACTION_ANSWER_CALL"; field in NotificationService
64 case ACTION_ANSWER_CALL: in onStartCommand()
DInCallNotificationController.java127 NotificationService.ACTION_ANSWER_CALL), in showInCallNotification()