Searched refs:CallNotificationReceiver (Results 1 – 3 of 3) sorted by relevance
| /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/ |
| D | CallServiceNotifier.java | 206 final Intent intent = new Intent(CallNotificationReceiver.ACTION_CALL_SERVICE_EXIT, null, in createExitIntent() 207 context, CallNotificationReceiver.class); in createExitIntent() 216 final Intent intent = new Intent(CallNotificationReceiver.ACTION_REGISTER_PHONE_ACCOUNT, in createRegisterPhoneAccountIntent() 217 null, context, CallNotificationReceiver.class); in createRegisterPhoneAccountIntent() 225 final Intent intent = new Intent(CallNotificationReceiver.ACTION_SHOW_ALL_PHONE_ACCOUNTS, in createShowAllPhoneAccountsIntent() 226 null, context, CallNotificationReceiver.class); in createShowAllPhoneAccountsIntent() 234 final Intent intent = new Intent(CallNotificationReceiver.ACTION_VIDEO_CALL, in createIncomingVideoCall() 235 null, context, CallNotificationReceiver.class); in createIncomingVideoCall() 243 final Intent intent = new Intent(CallNotificationReceiver.ACTION_AUDIO_CALL, in createIncomingAudioCall() 244 null, context, CallNotificationReceiver.class); in createIncomingAudioCall()
|
| D | TestCallActivity.java | 52 CallNotificationReceiver.sendIncomingCallIntent(this, data, false); in onCreate() 54 CallNotificationReceiver.addNewUnknownCall(this, data, intent.getExtras()); in onCreate()
|
| D | CallNotificationReceiver.java | 34 public class CallNotificationReceiver extends BroadcastReceiver { class 36 static final String TAG = CallNotificationReceiver.class.getSimpleName();
|