Searched refs:ContentInfo (Results 1 – 18 of 18) sorted by relevance
19 import static android.view.ContentInfo.SOURCE_AUTOFILL;20 import static android.view.ContentInfo.SOURCE_CLIPBOARD;21 import static android.view.ContentInfo.SOURCE_DRAG_AND_DROP;22 import static android.view.ContentInfo.SOURCE_INPUT_METHOD;23 import static android.view.ContentInfo.SOURCE_PROCESS_TEXT;44 import android.view.ContentInfo;137 ContentInfo payload = in testOnReceive_fallbackToCommitContent()138 new ContentInfo.Builder(clip, SOURCE_AUTOFILL).build(); in testOnReceive_fallbackToCommitContent()159 ContentInfo payload = in testOnReceive_fallbackToCommitContent_noMimeTypesInEditorInfo()160 new ContentInfo.Builder(clip, SOURCE_AUTOFILL).build(); in testOnReceive_fallbackToCommitContent_noMimeTypesInEditorInfo()[all …]
44 public final class ContentInfo implements Parcelable { class152 private ContentInfo(Builder b) { in ContentInfo() method in ContentInfo258 public Pair<ContentInfo, ContentInfo> partition( in partition()280 ContentInfo accepted = new Builder(this) in partition()283 ContentInfo remaining = new Builder(this) in partition()311 public Builder(@NonNull ContentInfo other) { in Builder()421 public ContentInfo build() { in build()422 return new ContentInfo(this); in build()465 public static final Parcelable.Creator<ContentInfo> CREATOR =466 new Parcelable.Creator<ContentInfo>() {[all …]
122 ContentInfo onReceiveContent(@NonNull View view, @NonNull ContentInfo payload); in onReceiveContent()
40 "file_patterns": ["ContentInfo\\.java", "OnReceiveContentListener\\.java", "View\\.java"]
88 per-file ContentInfo.java = file:/core/java/android/service/autofill/OWNERS89 per-file ContentInfo.java = file:/core/java/android/widget/OWNERS
23 import static android.view.ContentInfo.SOURCE_DRAG_AND_DROP;9913 public ContentInfo performReceiveContent(@NonNull ContentInfo payload) {9917 final ContentInfo remaining = listener.onReceiveContent(this, payload);9939 public ContentInfo onReceiveContent(@NonNull ContentInfo payload) {29385 final ContentInfo payload = in onDragEvent()29386 new ContentInfo.Builder(event.getClipData(), SOURCE_DRAG_AND_DROP) in onDragEvent()29389 ContentInfo remainingPayload = performReceiveContent(payload); in onDragEvent()
20 import static android.view.ContentInfo.FLAG_CONVERT_TO_PLAIN_TEXT;21 import static android.view.ContentInfo.SOURCE_AUTOFILL;22 import static android.view.ContentInfo.SOURCE_INPUT_METHOD;40 import android.view.ContentInfo;41 import android.view.ContentInfo.Flags;42 import android.view.ContentInfo.Source;70 public ContentInfo onReceiveContent(@NonNull View view, @NonNull ContentInfo payload) { in onReceiveContent()126 private void onReceiveForAutofill(@NonNull TextView view, @NonNull ContentInfo payload) { in onReceiveForAutofill()
19 import static android.view.ContentInfo.SOURCE_DRAG_AND_DROP;101 import android.view.ContentInfo;3087 final ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_DRAG_AND_DROP) in onDrop()
42 import android.view.ContentInfo;332 protected void setAttachment(ContentInfo item) { in setAttachment()1146 private ContentInfo onReceiveContent(View view, ContentInfo payload) { in onReceiveContent()1147 Pair<ContentInfo, ContentInfo> split = in onReceiveContent()1149 ContentInfo uriItems = split.first; in onReceiveContent()1150 ContentInfo remainingItems = split.second; in onReceiveContent()
17 import static android.view.ContentInfo.SOURCE_CLIPBOARD;52 import android.view.ContentInfo;369 ContentInfo payload = in testUiEventLogging_openAndAttach()370 new ContentInfo.Builder(clip, SOURCE_CLIPBOARD).build(); in testUiEventLogging_openAndAttach()
19 import static android.view.ContentInfo.SOURCE_INPUT_METHOD;42 import android.view.ContentInfo;1070 final ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_INPUT_METHOD) in commitContent()
52 import android.view.ContentInfo;139 public ContentInfo remoteInputAttachment;
28 import static android.view.ContentInfo.SOURCE_AUTOFILL;78 import android.view.ContentInfo;3241 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_AUTOFILL).build(); in autofillContent()3242 ContentInfo result = view.performReceiveContent(payload); in autofillContent()
3603 public final class ContentInfo implements android.os.Parcelable {3604 …method @NonNull public android.util.Pair<android.view.ContentInfo,android.view.ContentInfo> partit…3608 public static final class ContentInfo.Builder {3609 …method @NonNull public android.view.ContentInfo.Builder setDragAndDropPermissions(@Nullable androi…3610 …method @NonNull public android.view.ContentInfo.Builder setInputContentInfo(@Nullable android.view…
50658 public final class ContentInfo implements android.os.Parcelable {50666 …field @NonNull public static final android.os.Parcelable.Creator<android.view.ContentInfo> CREATOR;50676 public static final class ContentInfo.Builder {50677 ctor public ContentInfo.Builder(@NonNull android.view.ContentInfo);50678 ctor public ContentInfo.Builder(@NonNull android.content.ClipData, int);50679 method @NonNull public android.view.ContentInfo build();50680 …method @NonNull public android.view.ContentInfo.Builder setClip(@NonNull android.content.ClipData);50681 method @NonNull public android.view.ContentInfo.Builder setExtras(@Nullable android.os.Bundle);50682 method @NonNull public android.view.ContentInfo.Builder setFlags(int);50683 method @NonNull public android.view.ContentInfo.Builder setLinkUri(@Nullable android.net.Uri);[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
31860 HSPLsun/security/pkcs/ContentInfo;-><init>(Lsun/security/util/DerInputStream;)V31861 HSPLsun/security/pkcs/ContentInfo;-><init>(Lsun/security/util/DerInputStream;Z)V31862 HSPLsun/security/pkcs/ContentInfo;->getContent()Lsun/security/util/DerValue;31863 HSPLsun/security/pkcs/ContentInfo;->getData()[B31876 HSPLsun/security/pkcs/PKCS7;->getContentInfo()Lsun/security/pkcs/ContentInfo;49464 Lsun/security/pkcs/ContentInfo;
16873 sun.security.pkcs.ContentInfo