Lines Matching refs:tmp

263         String tmp;
268 tmp = getString(R.string.download_line1, mTransInfo.mDeviceName);
269 mLine1View.setText(tmp);
271 tmp = getString(R.string.download_line2, mTransInfo.mFileName);
272 mLine2View.setText(tmp);
274 tmp = getString(R.string.download_line3, Formatter.formatFileSize(this,
276 mLine3View.setText(tmp);
279 tmp = getString(R.string.download_line5);
281 tmp = getString(R.string.download_succ_line5);
283 mLine5View.setText(tmp);
287 tmp = getString(R.string.upload_line1, mTransInfo.mDeviceName);
288 mLine1View.setText(tmp);
290 tmp = getString(R.string.download_line2, mTransInfo.mFileName);
291 mLine2View.setText(tmp);
293 tmp = getString(R.string.upload_line3, mTransInfo.mFileType, Formatter.formatFileSize(
295 mLine3View.setText(tmp);
298 tmp = getString(R.string.upload_line5);
300 tmp = getString(R.string.upload_succ_line5);
302 mLine5View.setText(tmp);
306 tmp = getString(R.string.bt_sm_2_1, mTransInfo.mDeviceName);
307 mLine1View.setText(tmp);
309 tmp = getString(R.string.download_fail_line2, mTransInfo.mFileName);
310 mLine2View.setText(tmp);
312 tmp = getString(R.string.bt_sm_2_2, Formatter.formatFileSize(this,
314 mLine3View.setText(tmp);
317 tmp = getString(R.string.download_fail_line1);
318 mLine1View.setText(tmp);
320 tmp = getString(R.string.download_fail_line2, mTransInfo.mFileName);
321 mLine2View.setText(tmp);
323 tmp = getString(R.string.download_fail_line3, BluetoothOppUtility
325 mLine3View.setText(tmp);
331 tmp = getString(R.string.upload_fail_line1, mTransInfo.mDeviceName);
332 mLine1View.setText(tmp);
334 tmp = getString(R.string.upload_fail_line1_2, mTransInfo.mFileName);
335 mLine2View.setText(tmp);
337 tmp = getString(R.string.download_fail_line3, BluetoothOppUtility.getStatusDescription(
339 mLine3View.setText(tmp);