Home
last modified time | relevance | path

Searched refs:EntityConfig (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifier.java437 final class EntityConfig implements Parcelable { class
443 private EntityConfig( in EntityConfig() method in TextClassifier.EntityConfig
454 private EntityConfig(Parcel in) { in EntityConfig() method in TextClassifier.EntityConfig
482 return new EntityConfig.Builder() in createWithHints()
504 return new EntityConfig.Builder() in create()
522 return new EntityConfig.Builder() in createWithExplicitEntityList()
575 new Parcelable.Creator<EntityConfig>() {
578 return new EntityConfig(in);
583 return new EntityConfig[size];
644 public EntityConfig build() { in build()
[all …]
H A DTextLinksParams.java48 private final TextClassifier.EntityConfig mEntityConfig;
55 mEntityConfig = TextClassifier.EntityConfig.createWithHints(null); in TextLinksParams()
81 TextClassifier.EntityConfig.createWithExplicitEntityList(entitiesToFind)) in fromLinkMask()
89 public TextClassifier.EntityConfig getEntityConfig() { in getEntityConfig()
189 public Builder setEntityConfig(@Nullable TextClassifier.EntityConfig entityConfig) { in setEntityConfig()
H A DConversationActions.java310 private final TextClassifier.EntityConfig mTypeConfig;
321 @NonNull TextClassifier.EntityConfig typeConfig, in Request()
335 TextClassifier.EntityConfig typeConfig = in.readParcelable(null); in readFromParcel()
382 public TextClassifier.EntityConfig getTypeConfig() { in getTypeConfig()
451 private TextClassifier.EntityConfig mTypeConfig;
481 public Builder setTypeConfig(@Nullable TextClassifier.EntityConfig typeConfig) { in setTypeConfig()
513 ? new TextClassifier.EntityConfig.Builder().build() in build()
H A DTextLinks.java33 import android.view.textclassifier.TextClassifier.EntityConfig;
339 @Nullable private final EntityConfig mEntityConfig;
348 EntityConfig entityConfig, in Request()
383 public EntityConfig getEntityConfig() { in getEntityConfig()
454 @Nullable private EntityConfig mEntityConfig;
487 public Builder setEntityConfig(@Nullable EntityConfig entityConfig) { in setEntityConfig()
562 final EntityConfig entityConfig = in.readParcelable(null); in readFromParcel()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextLinksTest.java108 final TextClassifier.EntityConfig entityConfig = TextClassifier.EntityConfig.create( in testParcelOptions()
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java582 TextClassifier.EntityConfig entityConfig = in addLinks()
583 new TextClassifier.EntityConfig.Builder() in addLinks()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes8006 android.view.textclassifier.TextClassifier$EntityConfig$1
8007 android.view.textclassifier.TextClassifier$EntityConfig$Builder
8008 android.view.textclassifier.TextClassifier$EntityConfig
H A Dboot-image-profile.txt19532 …;-><init>(Ljava/util/List;Landroid/view/textclassifier/TextClassifier$EntityConfig;ILjava/util/Lis…
19587 …ifier/TextClassifier$EntityConfig$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/textclass…
19588 HSPLandroid/view/textclassifier/TextClassifier$EntityConfig$1;->createFromParcel(Landroid/os/Parcel…
19589 HSPLandroid/view/textclassifier/TextClassifier$EntityConfig;-><init>(Landroid/os/Parcel;)V
19597 …ce;Landroid/os/LocaleList;Landroid/view/textclassifier/TextClassifier$EntityConfig;ZLjava/time/Zon…
31789 Landroid/view/textclassifier/TextClassifier$EntityConfig$1;
31790 Landroid/view/textclassifier/TextClassifier$EntityConfig$Builder;
31791 Landroid/view/textclassifier/TextClassifier$EntityConfig;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes8027 android.view.textclassifier.TextClassifier$EntityConfig$1
8028 android.view.textclassifier.TextClassifier$EntityConfig$Builder
8029 android.view.textclassifier.TextClassifier$EntityConfig
H A Dboot-image-profile.txt19580 …;-><init>(Ljava/util/List;Landroid/view/textclassifier/TextClassifier$EntityConfig;ILjava/util/Lis…
19635 …ifier/TextClassifier$EntityConfig$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/textclass…
19636 HSPLandroid/view/textclassifier/TextClassifier$EntityConfig$1;->createFromParcel(Landroid/os/Parcel…
19637 HSPLandroid/view/textclassifier/TextClassifier$EntityConfig;-><init>(Landroid/os/Parcel;)V
19645 …ce;Landroid/os/LocaleList;Landroid/view/textclassifier/TextClassifier$EntityConfig;ZLjava/time/Zon…
41453 Landroid/view/textclassifier/TextClassifier$EntityConfig$1;
41454 Landroid/view/textclassifier/TextClassifier$EntityConfig$Builder;
41455 Landroid/view/textclassifier/TextClassifier$EntityConfig;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt52364 method @NonNull public android.view.textclassifier.TextClassifier.EntityConfig getTypeConfig();
52552 public static final class TextClassifier.EntityConfig implements android.os.Parcelable {
52561 …nal android.os.Parcelable.Creator<android.view.textclassifier.TextClassifier.EntityConfig> CREATOR;
52564 public static final class TextClassifier.EntityConfig.Builder {
52565 ctor public TextClassifier.EntityConfig.Builder();
52566 method @NonNull public android.view.textclassifier.TextClassifier.EntityConfig build();
52567 …method @NonNull public android.view.textclassifier.TextClassifier.EntityConfig.Builder includeType…
52568 …method @NonNull public android.view.textclassifier.TextClassifier.EntityConfig.Builder setExcluded…
52569 …method @NonNull public android.view.textclassifier.TextClassifier.EntityConfig.Builder setHints(@N…
52570 …method @NonNull public android.view.textclassifier.TextClassifier.EntityConfig.Builder setIncluded…
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65921 Landroid/view/textclassifier/TextClassifier$EntityConfig;-><init>(Landroid/os/Parcel;)V
65923 …classifier/TextClassifier$EntityConfig;->create(Ljava/util/Collection;)Landroid/view/textclassifie…
65924 …ier/TextClassifier$EntityConfig;->createWithEntityList(Ljava/util/Collection;)Landroid/view/textcl…
65925 Landroid/view/textclassifier/TextClassifier$EntityConfig;->mExcludedEntityTypes:Ljava/util/Collecti…
65926 Landroid/view/textclassifier/TextClassifier$EntityConfig;->mHints:Ljava/util/Collection;
65927 Landroid/view/textclassifier/TextClassifier$EntityConfig;->mIncludedEntityTypes:Ljava/util/Collecti…
65928 Landroid/view/textclassifier/TextClassifier$EntityConfig;->mUseHints:Z
66079 …ssifier/TextLinks$Options;->mEntityConfig:Landroid/view/textclassifier/TextClassifier$EntityConfig;
66101 …ssifier/TextLinks$Request;->mEntityConfig:Landroid/view/textclassifier/TextClassifier$EntityConfig;
66134 …sifier/TextLinksParams;->getEntityConfig()Landroid/view/textclassifier/TextClassifier$EntityConfig;
[all …]
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...