OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
101
DebugLogUtils
.l("New download action for client ", clientId, " : ", wordList);
112
DebugLogUtils
.l("Downloading word list");
130
DebugLogUtils
.l("Upgrade word list, downloading", mWordList.mRemoteFilename);
152
DebugLogUtils
.l("Starting download of", uri, "with id", downloadId);
169
DebugLogUtils
.l("New InstallAfterDownloadAction for client ", clientId, " : ",
189
DebugLogUtils
.l("Setting word list as installed");
212
DebugLogUtils
.l("New EnableAction for client ", clientId, " : ", wordList);
223
DebugLogUtils
.l("Enabling word list");
247
DebugLogUtils
.l("New Disable action for client ", clientId, " : ", wordlist)
[
all
...]
UpdateHandler.java
45
import com.android.inputmethod.latin.utils.
DebugLogUtils
;
195
PrivateLog.log("Update for clientId " +
DebugLogUtils
.s(clientId));
196
DebugLogUtils
.l("Update for clientId", clientId, " which uses URI ", metadataUri);
232
DebugLogUtils
.l("Request =", metadataRequest);
251
DebugLogUtils
.l("Metadata download requested with id", downloadId);
429
DebugLogUtils
.l("Received result for download ", fileId);
510
DebugLogUtils
.l("Publishing update cycle completed event");
524
DebugLogUtils
.l("Data D/L'd is metadata for", downloadRecord.mClientId);
529
DebugLogUtils
.l("Data D/L'd is a word list");
591
DebugLogUtils
.l("Entering handleMetadata")
[
all
...]
DictionaryProvider.java
35
import com.android.inputmethod.latin.utils.
DebugLogUtils
;
228
DebugLogUtils
.l("Uri =", uri);
236
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
301
+ "\n" +
DebugLogUtils
.getStackTrace());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java
42
import com.android.inputmethod.latin.utils.
DebugLogUtils
;
187
Log.e(TAG,
DebugLogUtils
.getStackTrace(2));
279
Log.e(TAG,
DebugLogUtils
.getStackTrace(4));
[
all
...]
Completed in 313 milliseconds