RestoreUserWordsAsyncTask(UserDictionaryEditorFragment callingFragment, String filename) {
   super(callingFragment, true);
   mAppContext = callingFragment.getActivity().getApplicationContext();
   mFilename = filename;
 }