Home
last modified time | relevance | path

Searched refs:DebugLogUtils (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DActionBatch.java31 import com.android.inputmethod.latin.utils.DebugLogUtils;
102 DebugLogUtils.l("New download action for client ", clientId, " : ", wordList); in StartDownloadAction()
114 DebugLogUtils.l("Downloading word list"); in execute()
131 DebugLogUtils.l("Upgrade word list, downloading", mWordList.mRemoteFilename); in execute()
174 DebugLogUtils.l("Starting download of", uri, "with id", downloadId); in execute()
191 DebugLogUtils.l("New InstallAfterDownloadAction for client ", clientId, " : ", in InstallAfterDownloadAction()
210 DebugLogUtils.l("Setting word list as installed"); in execute()
226 DebugLogUtils.l("New EnableAction for client ", clientId, " : ", wordList); in EnableAction()
237 DebugLogUtils.l("Enabling word list"); in execute()
261 DebugLogUtils.l("New Disable action for client ", clientId, " : ", wordlist); in DisableAction()
[all …]
DUpdateHandler.java44 import com.android.inputmethod.latin.utils.DebugLogUtils;
191 PrivateLog.log("Update for clientId " + DebugLogUtils.s(clientId)); in tryUpdate()
192 DebugLogUtils.l("Update for clientId", clientId, " which uses URI ", metadataUri); in tryUpdate()
222 PrivateLog.log("Update for metadata URI " + DebugLogUtils.s(metadataUri)); in updateClientsWithMetadataUri()
229 DebugLogUtils.l("Request =", metadataRequest); in updateClientsWithMetadataUri()
259 DebugLogUtils.l("Metadata download requested with id", downloadId); in updateClientsWithMetadataUri()
330 DebugLogUtils.l("RegisterDownloadRequest for word list id : ", id, ", version ", version); in registerDownloadRequest()
334 DebugLogUtils.l("Download requested with id", downloadId); in registerDownloadRequest()
420 DebugLogUtils.l("DownloadFinished with id", fileId); in downloadFinished()
429 DebugLogUtils.l("Received result for download ", fileId); in downloadFinished()
[all …]
DMetadataDbHelper.java29 import com.android.inputmethod.latin.utils.DebugLogUtils;
843 DebugLogUtils.l("Missing parameter for updateClientInfo"); in updateClientInfo()
848 DebugLogUtils.l("Received an updateClientInfo request for ", clientId, in updateClientInfo()
920 DebugLogUtils.l("Ended processing a wordlist"); in markEntryAsFinishedDownloadingAndInstalled()
942 DebugLogUtils.l("Setting for removal", c.getString(filenameIndex)); in markEntryAsFinishedDownloadingAndInstalled()
DDictionaryProvider.java34 import com.android.inputmethod.latin.utils.DebugLogUtils;
227 DebugLogUtils.l("Uri =", uri); in query()
235 DebugLogUtils.l("List of dictionaries with count", c.getCount()); in query()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DDebugLogUtils.java26 public final class DebugLogUtils { class
27 private final static String TAG = DebugLogUtils.class.getSimpleName();
DSubtypeLocaleUtils.java258 + "\n" + DebugLogUtils.getStackTrace()); in getSubtypeDisplayNameInternal()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java38 import com.android.inputmethod.latin.utils.DebugLogUtils;
138 Log.e(TAG, DebugLogUtils.getStackTrace(2)); in checkConsistencyForDebug()
228 Log.e(TAG, DebugLogUtils.getStackTrace(4)); in checkBatchEdit()