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 32 import com.android.inputmethod.latin.utils.DebugLogUtils;
103 DebugLogUtils.l("New download action for client ", clientId, " : ", wordList);
115 DebugLogUtils.l("Downloading word list");
137 DebugLogUtils.l("Upgrade word list, downloading", mWordList.mRemoteFilename);
183 DebugLogUtils.l("Starting download of", uri, "with id", downloadId);
200 DebugLogUtils.l("New InstallAfterDownloadAction for client ", clientId, " : ",
219 DebugLogUtils.l("Setting word list as installed");
235 DebugLogUtils.l("New EnableAction for client ", clientId, " : ", wordList);
246 DebugLogUtils.l("Enabling word list");
270 DebugLogUtils.l("New Disable action for client ", clientId, " : ", wordlist)
    [all...]
UpdateHandler.java 42 import com.android.inputmethod.latin.utils.DebugLogUtils;
189 PrivateLog.log("Update for clientId " + DebugLogUtils.s(clientId));
190 DebugLogUtils.l("Update for clientId", clientId, " which uses URI ", metadataUri);
220 PrivateLog.log("Update for metadata URI " + DebugLogUtils.s(metadataUri));
227 DebugLogUtils.l("Request =", metadataRequest);
263 DebugLogUtils.l("Metadata download requested with id", downloadId);
335 DebugLogUtils.l("RegisterDownloadRequest for word list id : ", id, ", version ", version);
339 DebugLogUtils.l("Download requested with id", downloadId);
425 DebugLogUtils.l("DownloadFinished with id", fileId);
435 DebugLogUtils.l("Received result for download ", fileId)
    [all...]
DictionaryProvider.java 34 import com.android.inputmethod.latin.utils.DebugLogUtils;
222 DebugLogUtils.l("Uri =", uri);
230 DebugLogUtils.l("List of dictionaries with count", c.getCount());
MetadataDbHelper.java 28 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 245 + "\n" + DebugLogUtils.getStackTrace());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 32 import com.android.inputmethod.latin.utils.DebugLogUtils;
114 Log.e(TAG, DebugLogUtils.getStackTrace(2));
200 Log.e(TAG, DebugLogUtils.getStackTrace(4));
    [all...]

Completed in 219 milliseconds