Searched refs:TcLog (Results 1 – 10 of 10) sorted by relevance
/external/libtextclassifier/java/src/com/android/textclassifier/common/intent/ |
D | TemplateIntentFactory.java | 24 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()
|
D | LabeledIntent.java | 31 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/ |
D | TextClassifierImpl.java | 46 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 …]
|
D | DefaultTextClassifierService.java | 29 import com.android.textclassifier.common.base.TcLog; 150 TcLog.e(TAG, "onFailure: ", t); in handleRequestAsync() 173 TcLog.e(TAG, "onFailure: ", t); in handleEvent()
|
D | ModelFileManager.java | 23 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()
|
D | ActionsSuggestionsHelper.java | 31 import com.android.textclassifier.common.base.TcLog; 130 TcLog.w( in createLabeledIntentResult()
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/base/ |
D | TcLog.java | 29 public final class TcLog { class 37 private TcLog() {} in TcLog() method in TcLog
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/ |
D | GenerateLinksLogger.java | 24 import com.android.textclassifier.common.base.TcLog; 164 if (TcLog.ENABLE_FULL_LOGGING) { in writeStats() 165 TcLog.v( in writeStats()
|
D | TextClassifierEventLogger.java | 25 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()
|
D | TextClassifierEventConverter.java | 19 import com.android.textclassifier.common.base.TcLog; 64 TcLog.w(TAG, "Unexpected event: " + textClassifierEvent); in fromPlatform()
|