Searched refs:TcLog (Results 1 – 12 of 12) 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; 115 TcLog.w(TAG, "resolveInfo or activityInfo is null"); in resolve() 120 TcLog.d(TAG, "No permission to access: " + resolveInfo.activityInfo); in resolve() 127 TcLog.w(TAG, "packageName or className is null"); in resolve() 165 TcLog.w(TAG, "Custom titleChooser return null, fallback to the default titleChooser"); in createRemoteAction() 205 TcLog.e(TAG, "createIconFromPackage: failed to create package context", e); in createIconFromPackage()
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/ |
D | TextClassifierServiceExecutors.java | 19 import com.android.textclassifier.common.base.TcLog; 55 TcLog.v(TAG, "Creating executor: " + nameFormat); in init() 65 TcLog.e(TAG, "Exception from executor: " + thread, throwable)) in init()
|
D | ModelFileManager.java | 28 import com.android.textclassifier.common.base.TcLog; 185 TcLog.e( in list() 240 TcLog.w(TAG, "Failed to call createFromRegularFile with: " + file.getAbsolutePath()); in list() 295 TcLog.e(TAG, "Failed to list assets", e); in list() 311 TcLog.w(TAG, "Failed to call createFromAsset with: " + absolutePath); in list() 357 TcLog.d(TAG, "Start to delete unused model files."); in deleteUnusedModelFiles() 368 TcLog.d(TAG, "Deleting model: " + modelFile); in deleteUnusedModelFiles() 370 TcLog.w(TAG, "Failed to delete model: " + modelFile); in deleteUnusedModelFiles()
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/ |
D | TextClassifierApiUsageLogger.java | 25 import com.android.textclassifier.common.base.TcLog; 109 if (TcLog.ENABLE_FULL_LOGGING) { in reportInternal() 110 TcLog.v( in reportInternal()
|
D | TextClassifierEventLogger.java | 22 import com.android.textclassifier.common.base.TcLog; 41 if (TcLog.ENABLE_FULL_LOGGING) { in writeEvent() 42 TcLog.v( in writeEvent() 56 TcLog.w(TAG, "Unexpected events, category=" + event.getEventCategory()); in writeEvent()
|
D | GenerateLinksLogger.java | 24 import com.android.textclassifier.common.base.TcLog; 160 if (TcLog.ENABLE_FULL_LOGGING) { in writeStats() 161 TcLog.v( in writeStats()
|
D | TextClassifierEventConverter.java | 19 import com.android.textclassifier.common.base.TcLog; 64 TcLog.w(TAG, "Unexpected event: " + textClassifierEvent); in fromPlatform()
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/base/ |
D | TcLog.java | 31 public final class TcLog { class 38 private TcLog() {} in TcLog() method in TcLog
|
/external/libtextclassifier/java/src/com/android/textclassifier/ |
D | DefaultTextClassifierService.java | 36 import com.android.textclassifier.common.base.TcLog; 238 TcLog.e(TAG, "onFailure: ", t); in handleRequestAsync() 262 TcLog.e(TAG, "onFailure: ", t); in handleEvent()
|
D | TextClassifierImpl.java | 51 import com.android.textclassifier.common.base.TcLog; 472 TcLog.d(TAG, "Loading " + bestModel); in getAnnotatorImpl() 494 TcLog.d(TAG, "Loading " + bestModel); in getLangIdImpl() 514 TcLog.d(TAG, "Loading " + bestModel); in getActionsImpl() 615 TcLog.e(TAG, "Error sending PendingIntent", e); in createIntentOnClickListener() 694 TcLog.e(TAG, "TCS TextClassifier called on main thread", new Exception());
|
D | ActionsSuggestionsHelper.java | 31 import com.android.textclassifier.common.base.TcLog; 130 TcLog.w( in createLabeledIntentResult()
|