Searched refs:ContentCaptureSessionId (Results 1 – 12 of 12) 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];
202 private ContentCaptureSessionId mContentCaptureSessionId;245 public final ContentCaptureSessionId getContentCaptureSessionId() { in getContentCaptureSessionId()247 mContentCaptureSessionId = new ContentCaptureSessionId(mId); in getContentCaptureSessionId()
216 public @Nullable ContentCaptureSessionId getParentSessionId() { in getParentSessionId()218 : new ContentCaptureSessionId(mParentSessionId); in getParentSessionId()
49 import android.view.contentcapture.ContentCaptureSessionId;308 @NonNull ContentCaptureSessionId sessionId) { in onCreateContentCaptureSession()321 public void onContentCaptureEvent(@NonNull ContentCaptureSessionId sessionId, in onContentCaptureEvent()358 public void onActivitySnapshot(@NonNull ContentCaptureSessionId sessionId, in onActivitySnapshot()380 public void onDestroyContentCaptureSession(@NonNull ContentCaptureSessionId sessionId) { in onDestroyContentCaptureSession()444 onCreateContentCaptureSession(context, new ContentCaptureSessionId(sessionId)); in handleOnCreateSession()478 ContentCaptureSessionId sessionId = null; in handleSendEvents()485 sessionId = new ContentCaptureSessionId(sessionIdInt); in handleSendEvents()528 onActivitySnapshot(new ContentCaptureSessionId(sessionId), snapshotData); in handleOnActivitySnapshot()533 onDestroyContentCaptureSession(new ContentCaptureSessionId(sessionId)); in handleFinishSession()
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;
9859 …lic void onActivitySnapshot(@NonNull android.view.contentcapture.ContentCaptureSessionId, @NonNull…9861 … void onContentCaptureEvent(@NonNull android.view.contentcapture.ContentCaptureSessionId, @NonNull…9862 …ontentcapture.ContentCaptureContext, @NonNull android.view.contentcapture.ContentCaptureSessionId);9865 … void onDestroyContentCaptureSession(@NonNull android.view.contentcapture.ContentCaptureSessionId);14463 … method @Nullable public android.view.contentcapture.ContentCaptureSessionId getParentSessionId();
51643 …method @NonNull public final android.view.contentcapture.ContentCaptureSessionId getContentCapture…51657 public final class ContentCaptureSessionId implements android.os.Parcelable {51660 …c final android.os.Parcelable.Creator<android.view.contentcapture.ContentCaptureSessionId> CREATOR;
7903 android.view.contentcapture.ContentCaptureSessionId$17904 android.view.contentcapture.ContentCaptureSessionId
31655 Landroid/view/contentcapture/ContentCaptureSessionId$1;31656 Landroid/view/contentcapture/ContentCaptureSessionId;
7924 android.view.contentcapture.ContentCaptureSessionId$17925 android.view.contentcapture.ContentCaptureSessionId
41319 Landroid/view/contentcapture/ContentCaptureSessionId$1;41320 Landroid/view/contentcapture/ContentCaptureSessionId;