Home
last modified time | relevance | path

Searched refs:SelfManagedCallNotificationReceiver (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnection.java116 SelfManagedCallNotificationReceiver.ACTION_ANSWER_CALL, null, mContext, in onShowIncomingCallUi()
117 SelfManagedCallNotificationReceiver.class); in onShowIncomingCallUi()
120 SelfManagedCallNotificationReceiver.ACTION_REJECT_CALL, null, mContext, in onShowIncomingCallUi()
121 SelfManagedCallNotificationReceiver.class); in onShowIncomingCallUi()
DSelfManagedCallNotificationReceiver.java29 public class SelfManagedCallNotificationReceiver extends BroadcastReceiver { class