Searched refs:ongoingAppName (Results 1 – 2 of 2) sorted by relevance
43 final CharSequence ongoingAppName = getIntent().getCharSequenceExtra( in onCreate() local45 showDialog(callId, ongoingAppName); in onCreate()48 private void showDialog(final String callId, CharSequence ongoingAppName) { in showDialog() argument49 Log.i(this, "showDialog: confirming callId=%s, ongoing=%s", callId, ongoingAppName); in showDialog()50 CharSequence message = getString(R.string.alert_outgoing_call, ongoingAppName); in showDialog()
4499 CharSequence ongoingAppName = activeCall.getTargetPhoneAccountLabel();4501 ongoingAppName);4505 … confirmIntent.putExtra(ConfirmCallDialogActivity.EXTRA_ONGOING_APP_NAME, ongoingAppName);