Пример #1
0
 @Override
 protected void onPostExecute(Integer aInteger) {
   super.onPostExecute(aInteger);
   Toast.makeText(
           context,
           String.format(service.getString(R.string.message_pasted_files), completedFileCnt),
           Toast.LENGTH_SHORT)
       .show();
   service.sendRefreshDirectory(operationDirectory);
 }
Пример #2
0
 @Override
 protected void onPreExecute() {
   super.onPreExecute();
 }