Home
last modified time | relevance | path

Searched refs:TextLinkifyEvent (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifierEvent.java219 return new TextLinkifyEvent(in);
257 if (this instanceof TextLinkifyEvent) { in getParcelToken()
955 public static final Creator<TextLinkifyEvent> CREATOR =
956 new Creator<TextLinkifyEvent>() {
960 return new TextLinkifyEvent(in);
964 public TextLinkifyEvent[] newArray(int size) {
965 return new TextLinkifyEvent[size];
969 private TextLinkifyEvent(Parcel in) { in TextLinkifyEvent() method in TextClassifierEvent.TextLinkifyEvent
973 private TextLinkifyEvent(TextLinkifyEvent.Builder builder) { in TextLinkifyEvent() method in TextClassifierEvent.TextLinkifyEvent
1000 public TextLinkifyEvent build() { in build()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextClassifierEventTest.java230 final TextClassifierEvent event = new TextClassifierEvent.TextLinkifyEvent.Builder( in toSelectionEvent_link_smartAction()
/aosp14/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java1523 TextClassifierEvent.TextLinkifyEvent pasteEvent = in notifyTextClassifierLocked()
1524 new TextClassifierEvent.TextLinkifyEvent.Builder( in notifyTextClassifierLocked()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes9329 android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent$1
9330 android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent
H A Dboot-image-profile.txt32127 Landroid/view/textclassifier/TextClassifierEvent$TextLinkifyEvent$1;
32128 Landroid/view/textclassifier/TextClassifierEvent$TextLinkifyEvent;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes9360 android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent$1
9361 android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent
H A Dboot-image-profile.txt42261 Landroid/view/textclassifier/TextClassifierEvent$TextLinkifyEvent$1;
42262 Landroid/view/textclassifier/TextClassifierEvent$TextLinkifyEvent;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt56517 …public static final class TextClassifierEvent.TextLinkifyEvent extends android.view.textclassifier…
56518 …id.os.Parcelable.Creator<android.view.textclassifier.TextClassifierEvent.TextLinkifyEvent> CREATOR;
56521TextLinkifyEvent.Builder extends android.view.textclassifier.TextClassifierEvent.Builder<android.v…
56522 ctor public TextClassifierEvent.TextLinkifyEvent.Builder(int);
56523 method @NonNull public android.view.textclassifier.TextClassifierEvent.TextLinkifyEvent build();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...