Searched refs:CallNotificationReceiver (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallServiceNotifier.java | 272 final Intent intent = new Intent(CallNotificationReceiver.ACTION_CALL_SERVICE_EXIT, null, in createExitIntent() 273 context, CallNotificationReceiver.class); in createExitIntent() 282 final Intent intent = new Intent(CallNotificationReceiver.ACTION_REGISTER_PHONE_ACCOUNT, in createRegisterPhoneAccountIntent() 283 null, context, CallNotificationReceiver.class); in createRegisterPhoneAccountIntent() 291 final Intent intent = new Intent(CallNotificationReceiver.ACTION_SHOW_ALL_PHONE_ACCOUNTS, in createShowAllPhoneAccountsIntent() 292 null, context, CallNotificationReceiver.class); in createShowAllPhoneAccountsIntent() 300 final Intent intent = new Intent(CallNotificationReceiver.ACTION_ONE_WAY_VIDEO_CALL, in createOneWayVideoCallIntent() 301 null, context, CallNotificationReceiver.class); in createOneWayVideoCallIntent() 309 final Intent intent = new Intent(CallNotificationReceiver.ACTION_TWO_WAY_VIDEO_CALL, in createTwoWayVideoCallIntent() 310 null, context, CallNotificationReceiver.class); in createTwoWayVideoCallIntent() [all …]
|
D | TestCallActivity.java | 68 CallNotificationReceiver.sendIncomingCallIntent(this, data, in onCreate() 71 CallNotificationReceiver.addNewUnknownCall(this, data, intent.getExtras()); in onCreate() 73 CallNotificationReceiver.hangupCalls(this); in onCreate() 75 CallNotificationReceiver.sendIncomingRttCallIntent( in onCreate() 78 CallNotificationReceiver.sendUpgradeRequest(this, data); in onCreate() 80 CallNotificationReceiver.remoteRttUpgrade(this); in onCreate()
|
D | CallNotificationReceiver.java | 35 public class CallNotificationReceiver extends BroadcastReceiver { class 37 static final String TAG = CallNotificationReceiver.class.getSimpleName();
|