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.java32 import com.android.inputmethod.latin.utils.DebugLogUtils;
101 DebugLogUtils.l("New download action for client ", clientId, " : ", wordList); in StartDownloadAction()
112 DebugLogUtils.l("Downloading word list"); in execute()
130 DebugLogUtils.l("Upgrade word list, downloading", mWordList.mRemoteFilename); in execute()
152 DebugLogUtils.l("Starting download of", uri, "with id", downloadId); in execute()
169 DebugLogUtils.l("New InstallAfterDownloadAction for client ", clientId, " : ", in InstallAfterDownloadAction()
189 DebugLogUtils.l("Setting word list as installed"); in execute()
212 DebugLogUtils.l("New EnableAction for client ", clientId, " : ", wordList); in EnableAction()
223 DebugLogUtils.l("Enabling word list"); in execute()
247 DebugLogUtils.l("New Disable action for client ", clientId, " : ", wordlist); in DisableAction()
[all …]
DUpdateHandler.java45 import com.android.inputmethod.latin.utils.DebugLogUtils;
195 PrivateLog.log("Update for clientId " + DebugLogUtils.s(clientId)); in tryUpdate()
196 DebugLogUtils.l("Update for clientId", clientId, " which uses URI ", metadataUri); in tryUpdate()
232 DebugLogUtils.l("Request =", metadataRequest); in updateClientsWithMetadataUri()
251 DebugLogUtils.l("Metadata download requested with id", downloadId); in updateClientsWithMetadataUri()
429 DebugLogUtils.l("Received result for download ", fileId); in downloadFinished()
510 DebugLogUtils.l("Publishing update cycle completed event"); in publishUpdateCycleCompletedEvent()
524 DebugLogUtils.l("Data D/L'd is metadata for", downloadRecord.mClientId); in handleDownloadedFile()
529 DebugLogUtils.l("Data D/L'd is a word list"); in handleDownloadedFile()
591 DebugLogUtils.l("Entering handleMetadata"); in handleMetadata()
[all …]
DMetadataDbHelper.java29 import com.android.inputmethod.latin.utils.DebugLogUtils;
886 DebugLogUtils.l("Missing parameter for updateClientInfo"); in updateClientInfo()
891 DebugLogUtils.l("Received an updateClientInfo request for ", clientId, in updateClientInfo()
964 DebugLogUtils.l("Ended processing a wordlist"); in markEntryAsFinishedDownloadingAndInstalled()
986 DebugLogUtils.l("Setting for removal", c.getString(filenameIndex)); in markEntryAsFinishedDownloadingAndInstalled()
DDictionaryProvider.java35 import com.android.inputmethod.latin.utils.DebugLogUtils;
228 DebugLogUtils.l("Uri =", uri); in query()
236 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.java301 + "\n" + DebugLogUtils.getStackTrace()); in getSubtypeDisplayNameInternal()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java42 import com.android.inputmethod.latin.utils.DebugLogUtils;
187 Log.e(TAG, DebugLogUtils.getStackTrace(2)); in checkConsistencyForDebug()
279 Log.e(TAG, DebugLogUtils.getStackTrace(4)); in checkBatchEdit()