Searched refs:redirectionAppName (Results 1 – 1 of 1) sorted by relevance
39 final CharSequence redirectionAppName = getIntent().getStringExtra( in onCreate() local41 showDialog(redirectionAppName); in onCreate()44 private void showDialog(final CharSequence redirectionAppName) { in showDialog() argument45 Log.i(this, "showDialog: timeout redirection with %s", redirectionAppName); in showDialog()47 R.string.alert_redirect_outgoing_call_timeout, redirectionAppName); in showDialog()