Loading core/java/android/view/textclassifier/TextClassifier.java +2 −2 Original line number Diff line number Diff line Loading @@ -277,8 +277,8 @@ public interface TextClassifier { /** * Returns a {@link Collection} of the entity types in the specified preset. * * @see #ENTITIES_ALL * @see #ENTITIES_NONE * @see #ENTITY_PRESET_ALL * @see #ENTITY_PRESET_NONE */ default Collection<String> getEntitiesForPreset(@EntityPreset int entityPreset) { return Collections.EMPTY_LIST; Loading Loading
core/java/android/view/textclassifier/TextClassifier.java +2 −2 Original line number Diff line number Diff line Loading @@ -277,8 +277,8 @@ public interface TextClassifier { /** * Returns a {@link Collection} of the entity types in the specified preset. * * @see #ENTITIES_ALL * @see #ENTITIES_NONE * @see #ENTITY_PRESET_ALL * @see #ENTITY_PRESET_NONE */ default Collection<String> getEntitiesForPreset(@EntityPreset int entityPreset) { return Collections.EMPTY_LIST; Loading