Home
last modified time | relevance | path

Searched refs:CallNotificationReceiver (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java231 final Intent intent = new Intent(CallNotificationReceiver.ACTION_CALL_SERVICE_EXIT, null, in createExitIntent()
232 context, CallNotificationReceiver.class); in createExitIntent()
241 final Intent intent = new Intent(CallNotificationReceiver.ACTION_REGISTER_PHONE_ACCOUNT, in createRegisterPhoneAccountIntent()
242 null, context, CallNotificationReceiver.class); in createRegisterPhoneAccountIntent()
250 final Intent intent = new Intent(CallNotificationReceiver.ACTION_SHOW_ALL_PHONE_ACCOUNTS, in createShowAllPhoneAccountsIntent()
251 null, context, CallNotificationReceiver.class); in createShowAllPhoneAccountsIntent()
259 final Intent intent = new Intent(CallNotificationReceiver.ACTION_ONE_WAY_VIDEO_CALL, in createOneWayVideoCallIntent()
260 null, context, CallNotificationReceiver.class); in createOneWayVideoCallIntent()
268 final Intent intent = new Intent(CallNotificationReceiver.ACTION_TWO_WAY_VIDEO_CALL, in createTwoWayVideoCallIntent()
269 null, context, CallNotificationReceiver.class); in createTwoWayVideoCallIntent()
[all …]
DTestCallActivity.java62 CallNotificationReceiver.sendIncomingCallIntent(this, data, in onCreate()
65 CallNotificationReceiver.addNewUnknownCall(this, data, intent.getExtras()); in onCreate()
67 CallNotificationReceiver.hangupCalls(this); in onCreate()
69 CallNotificationReceiver.sendUpgradeRequest(this, data); in onCreate()
DCallNotificationReceiver.java35 public class CallNotificationReceiver extends BroadcastReceiver { class
37 static final String TAG = CallNotificationReceiver.class.getSimpleName();