Home
last modified time | relevance | path

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

/aosp14/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.java227 private ContentCaptureSessionId mContentCaptureSessionId;
270 public final ContentCaptureSessionId getContentCaptureSessionId() { in getContentCaptureSessionId()
272 mContentCaptureSessionId = new ContentCaptureSessionId(mId); in getContentCaptureSessionId()
H A DContentCaptureContext.java224 public @Nullable ContentCaptureSessionId getParentSessionId() { in getParentSessionId()
226 : new ContentCaptureSessionId(mParentSessionId); in getParentSessionId()
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java52 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 …]
/aosp14/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()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureServerSession.java38 import android.view.contentcapture.ContentCaptureSessionId;
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt12230 …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();
H A Dcurrent.txt55185 …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;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes9113 android.view.contentcapture.ContentCaptureSessionId$1
9114 android.view.contentcapture.ContentCaptureSessionId
H A Dboot-image-profile.txt31911 Landroid/view/contentcapture/ContentCaptureSessionId$1;
31912 Landroid/view/contentcapture/ContentCaptureSessionId;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes9144 android.view.contentcapture.ContentCaptureSessionId$1
9145 android.view.contentcapture.ContentCaptureSessionId
H A Dboot-image-profile.txt42045 Landroid/view/contentcapture/ContentCaptureSessionId$1;
42046 Landroid/view/contentcapture/ContentCaptureSessionId;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...