Home
last modified time | relevance | path

Searched refs:ContentCaptureSessionId (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSessionId.java29 public final class ContentCaptureSessionId implements Parcelable { class
40 public ContentCaptureSessionId(@NonNull int value) { in ContentCaptureSessionId() method in ContentCaptureSessionId
64 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];
H A DContentCaptureSession.java202 private ContentCaptureSessionId mContentCaptureSessionId;
245 public final ContentCaptureSessionId getContentCaptureSessionId() { in getContentCaptureSessionId()
247 mContentCaptureSessionId = new ContentCaptureSessionId(mId); in getContentCaptureSessionId()
H A DContentCaptureContext.java216 public @Nullable ContentCaptureSessionId getParentSessionId() { in getParentSessionId()
218 : new ContentCaptureSessionId(mParentSessionId); in getParentSessionId()
/aosp12/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java49 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()
/aosp12/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DMyContentCaptureService.java104 ContentCaptureSessionId sessionId) { in onCreateContentCaptureSession()
109 public void onDestroyContentCaptureSession(ContentCaptureSessionId sessionId) { in onDestroyContentCaptureSession()
114 public void onContentCaptureEvent(ContentCaptureSessionId sessionId, in onContentCaptureEvent()
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureServerSession.java38 import android.view.contentcapture.ContentCaptureSessionId;
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt9859 …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();
H A Dcurrent.txt51643 …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;
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes7903 android.view.contentcapture.ContentCaptureSessionId$1
7904 android.view.contentcapture.ContentCaptureSessionId
H A Dboot-image-profile.txt31655 Landroid/view/contentcapture/ContentCaptureSessionId$1;
31656 Landroid/view/contentcapture/ContentCaptureSessionId;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes7924 android.view.contentcapture.ContentCaptureSessionId$1
7925 android.view.contentcapture.ContentCaptureSessionId
H A Dboot-image-profile.txt41319 Landroid/view/contentcapture/ContentCaptureSessionId$1;
41320 Landroid/view/contentcapture/ContentCaptureSessionId;