Home
last modified time | relevance | path

Searched refs:TcLog (Results 1 – 10 of 10) sorted by relevance

/external/libtextclassifier/java/src/com/android/textclassifier/common/intent/
DTemplateIntentFactory.java24 import com.android.textclassifier.common.base.TcLog;
43 TcLog.w(TAG, "Invalid RemoteActionTemplate skipped."); in create()
62 TcLog.w(TAG, "Invalid RemoteActionTemplate: is null"); in isValidTemplate()
67 TcLog.w(TAG, "Invalid RemoteActionTemplate: title is null"); in isValidTemplate()
71 TcLog.w(TAG, "Invalid RemoteActionTemplate: description is null"); in isValidTemplate()
75 TcLog.w(TAG, "Invalid RemoteActionTemplate: package name is set"); in isValidTemplate()
79 TcLog.w(TAG, "Invalid RemoteActionTemplate: intent action not set"); in isValidTemplate()
159 TcLog.w( in nameVariantsToBundle()
DLabeledIntent.java31 import com.android.textclassifier.common.base.TcLog;
97 TcLog.w(TAG, "resolveInfo or activityInfo is null"); in resolve()
101 TcLog.d(TAG, "No permission to access: " + resolveInfo.activityInfo); in resolve()
108 TcLog.w(TAG, "packageName or className is null"); in resolve()
133 TcLog.w(TAG, "Custom titleChooser return null, fallback to the default titleChooser"); in resolve()
160 TcLog.e(TAG, "createIconFromPackage: failed to create package context", e); in createIconFromPackage()
/external/libtextclassifier/java/src/com/android/textclassifier/
DTextClassifierImpl.java46 import com.android.textclassifier.common.base.TcLog;
227 TcLog.d(TAG, "Got bad indices for input text. Ignoring result."); in suggestSelection()
232 TcLog.e(TAG, "Error suggesting selection for text. No changes to selection suggested.", t); in suggestSelection()
275 TcLog.e(TAG, "Error getting text classification info.", t); in classifyText()
358 TcLog.e(TAG, "Error getting links info.", t); in generateLinks()
414 TcLog.e(TAG, "Error detecting text language.", t); in detectLanguage()
448 TcLog.e(TAG, "Error suggesting conversation actions.", t); in suggestConversationActions()
524 TcLog.d(TAG, "Loading " + bestModel); in getAnnotatorImpl()
555 TcLog.d(TAG, "Loading " + bestModel); in getLangIdImpl()
562 TcLog.e(TAG, "Failed to open the LangID model file", e); in getLangIdImpl()
[all …]
DDefaultTextClassifierService.java29 import com.android.textclassifier.common.base.TcLog;
150 TcLog.e(TAG, "onFailure: ", t); in handleRequestAsync()
173 TcLog.e(TAG, "onFailure: ", t); in handleEvent()
DModelFileManager.java23 import com.android.textclassifier.common.base.TcLog;
161 TcLog.d(TAG, "Ignoring " + file.getAbsolutePath()); in createModelFile()
175 TcLog.e(TAG, "Failed to find " + file.getAbsolutePath(), e); in createModelFile()
190 TcLog.e(TAG, "Error closing file.", e); in maybeCloseAndLogError()
DActionsSuggestionsHelper.java31 import com.android.textclassifier.common.base.TcLog;
130 TcLog.w( in createLabeledIntentResult()
/external/libtextclassifier/java/src/com/android/textclassifier/common/base/
DTcLog.java29 public final class TcLog { class
37 private TcLog() {} in TcLog() method in TcLog
/external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/
DGenerateLinksLogger.java24 import com.android.textclassifier.common.base.TcLog;
164 if (TcLog.ENABLE_FULL_LOGGING) { in writeStats()
165 TcLog.v( in writeStats()
DTextClassifierEventLogger.java25 import com.android.textclassifier.common.base.TcLog;
49 if (TcLog.ENABLE_FULL_LOGGING) { in writeEvent()
50 TcLog.v( in writeEvent()
64 TcLog.w(TAG, "Unexpected events, category=" + event.getEventCategory()); in writeEvent()
DTextClassifierEventConverter.java19 import com.android.textclassifier.common.base.TcLog;
64 TcLog.w(TAG, "Unexpected event: " + textClassifierEvent); in fromPlatform()