Lines Matching refs:TAG

95         static final String TAG = "DictionaryProvider:" + StartDownloadAction.class.getSimpleName();
109 Log.e(TAG, "UpdateAction with a null parameter!");
126 Log.e(TAG, "Unexpected state of the word list '" + mWordList.mId + "' : " + status
150 Log.i(TAG, String.format("Starting the dictionary download with version:"
161 static final String TAG = "DictionaryProvider:"
178 Log.e(TAG, "InstallAfterDownloadAction with a null parameter!");
184 Log.e(TAG, "Unexpected state of the word list '" + id + "' : " + status
206 static final String TAG = "DictionaryProvider:" + EnableAction.class.getSimpleName();
220 Log.e(TAG, "EnableAction with a null parameter!");
230 Log.e(TAG, "Unexpected state of the word list '" + mWordList.mId + " : " + status
242 static final String TAG = "DictionaryProvider:" + DisableAction.class.getSimpleName();
255 Log.e(TAG, "DisableAction with a null word list!");
268 Log.e(TAG, "Unexpected state of the word list '" + mWordList.mId + "' : "
284 static final String TAG = "DictionaryProvider:" + MakeAvailableAction.class.getSimpleName();
297 Log.e(TAG, "MakeAvailableAction with a null word list!");
303 Log.e(TAG, "Unexpected state of the word list '" + mWordList.mId + "' "
333 static final String TAG = "DictionaryProvider:"
347 Log.e(TAG, "MarkPreInstalledAction with a null word list!");
353 Log.e(TAG, "Unexpected state of the word list '" + mWordList.mId + "' "
377 static final String TAG = "DictionaryProvider:" + UpdateDataAction.class.getSimpleName();
389 Log.e(TAG, "UpdateDataAction with a null word list!");
396 Log.e(TAG, "Trying to update data about a non-existing word list. Bailing out.");
427 static final String TAG = "DictionaryProvider:" + ForgetAction.class.getSimpleName();
443 Log.e(TAG, "TryRemoveAction with a null word list!");
451 Log.e(TAG, "Trying to update the metadata of a non-existing wordlist. Cancelling.");
458 Log.e(TAG, "Unexpected status for forgetting a word list info : " + status
501 static final String TAG = "DictionaryProvider:" + StartDeleteAction.class.getSimpleName();
514 Log.e(TAG, "StartDeleteAction with a null word list!");
522 Log.e(TAG, "Trying to set a non-existing wordlist for removal. Cancelling.");
527 Log.e(TAG, "Unexpected status for deleting a word list info : " + status);
540 static final String TAG = "DictionaryProvider:" + FinishDeleteAction.class.getSimpleName();
553 Log.e(TAG, "FinishDeleteAction with a null word list!");
561 Log.e(TAG, "Trying to set a non-existing wordlist for removal. Cancelling.");
566 Log.e(TAG, "Unexpected status for finish-deleting a word list info : " + status);