Home | History | Annotate | Download | only in chromoting

Lines Matching defs:explanation

324         String explanation = null;
331 explanation = getString(R.string.error_unexpected);
333 explanation = getString(R.string.error_network_error);
338 if (explanation != null) {
339 Toast.makeText(this, explanation, Toast.LENGTH_LONG).show();
375 String explanation = null;
380 explanation = getString(R.string.error_network_error);
385 explanation = getString(R.string.error_unexpected);
392 if (explanation != null) {
393 Toast.makeText(this, explanation, Toast.LENGTH_LONG).show();
416 explanation = getString(R.string.error_authentication_failed);
417 Toast.makeText(this, explanation, Toast.LENGTH_LONG).show();