Searched refs:ContentCaptureSessionId (Results 1 – 13 of 13) sorted by relevance
29 public final class ContentCaptureSessionId implements Parcelable { class40 public ContentCaptureSessionId(@NonNull int value) { in ContentCaptureSessionId() method in ContentCaptureSessionId64 final ContentCaptureSessionId other = (ContentCaptureSessionId) obj; in equals()97 public static final @NonNull Parcelable.Creator<ContentCaptureSessionId> CREATOR =98 new Parcelable.Creator<ContentCaptureSessionId>() {102 public ContentCaptureSessionId createFromParcel(Parcel parcel) {103 return new ContentCaptureSessionId(parcel.readInt());108 public ContentCaptureSessionId[] newArray(int size) {109 return new ContentCaptureSessionId[size];
227 private ContentCaptureSessionId mContentCaptureSessionId;270 public final ContentCaptureSessionId getContentCaptureSessionId() { in getContentCaptureSessionId()272 mContentCaptureSessionId = new ContentCaptureSessionId(mId); in getContentCaptureSessionId()
224 public @Nullable ContentCaptureSessionId getParentSessionId() { in getParentSessionId()226 : new ContentCaptureSessionId(mParentSessionId); in getParentSessionId()
52 import android.view.contentcapture.ContentCaptureSessionId;346 @NonNull ContentCaptureSessionId sessionId) { in onCreateContentCaptureSession()359 public void onContentCaptureEvent(@NonNull ContentCaptureSessionId sessionId, in onContentCaptureEvent()396 public void onActivitySnapshot(@NonNull ContentCaptureSessionId sessionId, in onActivitySnapshot()418 public void onDestroyContentCaptureSession(@NonNull ContentCaptureSessionId sessionId) { in onDestroyContentCaptureSession()482 onCreateContentCaptureSession(context, new ContentCaptureSessionId(sessionId)); in handleOnCreateSession()516 ContentCaptureSessionId sessionId = null; in handleSendEvents()523 sessionId = new ContentCaptureSessionId(sessionIdInt); in handleSendEvents()573 ContentCaptureSessionId sessionId = new ContentCaptureSessionId(sessionIdInt); in handleOnLoginDetected()587 onActivitySnapshot(new ContentCaptureSessionId(sessionId), snapshotData); in handleOnActivitySnapshot()[all …]
104 ContentCaptureSessionId sessionId) { in onCreateContentCaptureSession()109 public void onDestroyContentCaptureSession(ContentCaptureSessionId sessionId) { in onDestroyContentCaptureSession()114 public void onContentCaptureEvent(ContentCaptureSessionId sessionId, in onContentCaptureEvent()
38 import android.view.contentcapture.ContentCaptureSessionId;
12230 …lic void onActivitySnapshot(@NonNull android.view.contentcapture.ContentCaptureSessionId, @NonNull…12232 … void onContentCaptureEvent(@NonNull android.view.contentcapture.ContentCaptureSessionId, @NonNull…12233 …ontentcapture.ContentCaptureContext, @NonNull android.view.contentcapture.ContentCaptureSessionId);12236 … void onDestroyContentCaptureSession(@NonNull android.view.contentcapture.ContentCaptureSessionId);17325 … method @Nullable public android.view.contentcapture.ContentCaptureSessionId getParentSessionId();
55185 …method @NonNull public final android.view.contentcapture.ContentCaptureSessionId getContentCapture…55200 public final class ContentCaptureSessionId implements android.os.Parcelable {55203 …c final android.os.Parcelable.Creator<android.view.contentcapture.ContentCaptureSessionId> CREATOR;
9113 android.view.contentcapture.ContentCaptureSessionId$19114 android.view.contentcapture.ContentCaptureSessionId
31911 Landroid/view/contentcapture/ContentCaptureSessionId$1;31912 Landroid/view/contentcapture/ContentCaptureSessionId;
9144 android.view.contentcapture.ContentCaptureSessionId$19145 android.view.contentcapture.ContentCaptureSessionId
42045 Landroid/view/contentcapture/ContentCaptureSessionId$1;42046 Landroid/view/contentcapture/ContentCaptureSessionId;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...