Searched refs:CallNotificationReceiver (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/ |
D | CallServiceNotifier.java | 211 final Intent intent = new Intent(CallNotificationReceiver.ACTION_CALL_SERVICE_EXIT, null, in createExitIntent() 212 context, CallNotificationReceiver.class); in createExitIntent() 221 final Intent intent = new Intent(CallNotificationReceiver.ACTION_REGISTER_PHONE_ACCOUNT, in createRegisterPhoneAccountIntent() 222 null, context, CallNotificationReceiver.class); in createRegisterPhoneAccountIntent() 230 final Intent intent = new Intent(CallNotificationReceiver.ACTION_SHOW_ALL_PHONE_ACCOUNTS, in createShowAllPhoneAccountsIntent() 231 null, context, CallNotificationReceiver.class); in createShowAllPhoneAccountsIntent() 239 final Intent intent = new Intent(CallNotificationReceiver.ACTION_VIDEO_CALL, in createIncomingVideoCall() 240 null, context, CallNotificationReceiver.class); in createIncomingVideoCall() 248 final Intent intent = new Intent(CallNotificationReceiver.ACTION_AUDIO_CALL, in createIncomingAudioCall() 249 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();
|