HomeSort by relevance Sort by last modified time
    Searched refs:DebugLogUtils (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 31 import com.android.inputmethod.latin.utils.DebugLogUtils;
102 DebugLogUtils.l("New download action for client ", clientId, " : ", wordList);
114 DebugLogUtils.l("Downloading word list");
131 DebugLogUtils.l("Upgrade word list, downloading", mWordList.mRemoteFilename);
174 DebugLogUtils.l("Starting download of", uri, "with id", downloadId);
191 DebugLogUtils.l("New InstallAfterDownloadAction for client ", clientId, " : ",
210 DebugLogUtils.l("Setting word list as installed");
226 DebugLogUtils.l("New EnableAction for client ", clientId, " : ", wordList);
237 DebugLogUtils.l("Enabling word list");
261 DebugLogUtils.l("New Disable action for client ", clientId, " : ", wordlist)
    [all...]
UpdateHandler.java 44 import com.android.inputmethod.latin.utils.DebugLogUtils;
191 PrivateLog.log("Update for clientId " + DebugLogUtils.s(clientId));
192 DebugLogUtils.l("Update for clientId", clientId, " which uses URI ", metadataUri);
222 PrivateLog.log("Update for metadata URI " + DebugLogUtils.s(metadataUri));
229 DebugLogUtils.l("Request =", metadataRequest);
259 DebugLogUtils.l("Metadata download requested with id", downloadId);
330 DebugLogUtils.l("RegisterDownloadRequest for word list id : ", id, ", version ", version);
334 DebugLogUtils.l("Download requested with id", downloadId);
420 DebugLogUtils.l("DownloadFinished with id", fileId);
429 DebugLogUtils.l("Received result for download ", fileId)
    [all...]
DictionaryProvider.java 34 import com.android.inputmethod.latin.utils.DebugLogUtils;
227 DebugLogUtils.l("Uri =", uri);
235 DebugLogUtils.l("List of dictionaries with count", c.getCount());
MetadataDbHelper.java 29 import com.android.inputmethod.latin.utils.DebugLogUtils;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DebugLogUtils.java 26 public final class DebugLogUtils {
27 private final static String TAG = DebugLogUtils.class.getSimpleName();
SubtypeLocaleUtils.java 258 + "\n" + DebugLogUtils.getStackTrace());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 38 import com.android.inputmethod.latin.utils.DebugLogUtils;
138 Log.e(TAG, DebugLogUtils.getStackTrace(2));
228 Log.e(TAG, DebugLogUtils.getStackTrace(4));
    [all...]

Completed in 1680 milliseconds