Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DActionBatch.java32 import com.android.inputmethod.latin.utils.DebugLogUtils;
112 DebugLogUtils.l("Downloading word list"); in execute()
189 DebugLogUtils.l("Setting word list as installed"); in execute()
223 DebugLogUtils.l("Enabling word list"); in execute()
258 DebugLogUtils.l("Disabling word list : " + mWordList); in execute()
306 DebugLogUtils.l("Making word list available : " + mWordList); in execute()
356 DebugLogUtils.l("Marking word list preinstalled : " + mWordList); in execute()
446 DebugLogUtils.l("Trying to remove word list : " + mWordList); in execute()
517 DebugLogUtils.l("Trying to delete word list : " + mWordList); in execute()
556 DebugLogUtils.l("Trying to delete word list : " + mWordList); in execute()
[all …]
H A DUpdateHandler.java45 import com.android.inputmethod.latin.utils.DebugLogUtils;
232 DebugLogUtils.l("Request =", metadataRequest); in updateClientsWithMetadataUri()
529 DebugLogUtils.l("Data D/L'd is a word list"); in handleDownloadedFile()
591 DebugLogUtils.l("Entering handleMetadata"); in handleMetadata()
685 DebugLogUtils.l("Copying files"); in copyFile()
687 DebugLogUtils.l("Not the right types"); in copyFile()
696 DebugLogUtils.l("Won't work"); in copyFile()
711 DebugLogUtils.l("Falling back to slow copy"); in copyFileFallback()
726 DebugLogUtils.l("Entering openTempFileOutput"); in getTempFileName()
729 DebugLogUtils.l("File name is", f.getName()); in getTempFileName()
[all …]
H A 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()
H A 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()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DDebugLogUtils.java26 public final class DebugLogUtils { class
27 private final static String TAG = DebugLogUtils.class.getSimpleName();
H A DSubtypeLocaleUtils.java301 + "\n" + DebugLogUtils.getStackTrace()); in getSubtypeDisplayNameInternal()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A 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()