Home
last modified time | relevance | path

Searched refs:fromPlatform (Results 1 – 5 of 5) sorted by relevance

/external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/
DTextClassifierEventConverter.java40 public static TextClassifierEvent fromPlatform( in fromPlatform() method in TextClassifierEventConverter
47 return fromPlatform( in fromPlatform()
51 return fromPlatform( in fromPlatform()
55 return fromPlatform( in fromPlatform()
60 return fromPlatform( in fromPlatform()
68 private static TextSelectionEvent fromPlatform( in fromPlatform() method in TextClassifierEventConverter
81 private static TextLinkifyEvent fromPlatform( in fromPlatform() method in TextClassifierEventConverter
89 private static ConversationActionsEvent fromPlatform( in fromPlatform() method in TextClassifierEventConverter
98 private static LanguageDetectionEvent fromPlatform( in fromPlatform() method in TextClassifierEventConverter
108 private static TextClassificationContext fromPlatform( in fromPlatform() method in TextClassifierEventConverter
[all …]
DTextClassificationSessionIdConverter.java31 public static TextClassificationSessionId fromPlatform( in fromPlatform() method in TextClassificationSessionIdConverter
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/statsd/
DTextClassifierEventConverterTest.java46 (TextSelectionEvent) TextClassifierEventConverter.fromPlatform(event); in testTextSelectionEvent_minimal()
71 (TextClassifierEvent.TextSelectionEvent) TextClassifierEventConverter.fromPlatform(event); in testTextSelectionEvent_full()
89 (TextClassifierEvent.TextLinkifyEvent) TextClassifierEventConverter.fromPlatform(event); in testTextLinkifyEvent_minimal()
104 (TextClassifierEvent.TextLinkifyEvent) TextClassifierEventConverter.fromPlatform(event); in testTextLinkifyEvent_full()
119 TextClassifierEventConverter.fromPlatform(event); in testConversationActionsEvent_minimal()
137 TextClassifierEventConverter.fromPlatform(event); in testConversationActionsEvent_full()
153 TextClassifierEventConverter.fromPlatform(event); in testLanguageDetectionEventEvent_minimal()
170 TextClassifierEventConverter.fromPlatform(event); in testLanguageDetectionEvent_full()
DTextClassificationSessionIdConverterTest.java53 TextClassificationSessionIdConverter.fromPlatform(platformSessionId); in testTextSelectionEvent_minimal()
/external/libtextclassifier/java/src/com/android/textclassifier/
DTextClassifierImpl.java387 TextClassificationSessionIdConverter.fromPlatform(sessionId), in onTextClassifierEvent()
388 TextClassifierEventConverter.fromPlatform(event)); in onTextClassifierEvent()