Home
last modified time | relevance | path

Searched refs:ContentCaptureContext (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureContext.java47 public final class ContentCaptureContext implements Parcelable { class
123 public ContentCaptureContext(@Nullable ContentCaptureContext clientContext, in ContentCaptureContext() method in ContentCaptureContext
142 private ContentCaptureContext(@NonNull Builder builder) { in ContentCaptureContext() method in ContentCaptureContext
155 public ContentCaptureContext(@Nullable ContentCaptureContext original, int extraFlags) { in ContentCaptureContext() method in ContentCaptureContext
277 public static ContentCaptureContext forLocusId(@NonNull String id) { in forLocusId()
335 public ContentCaptureContext build() { in build()
338 return new ContentCaptureContext(this); in build()
420 …public static final @android.annotation.NonNull Parcelable.Creator<ContentCaptureContext> CREATOR =
421 new Parcelable.Creator<ContentCaptureContext>() {
425 public ContentCaptureContext createFromParcel(Parcel parcel) {
[all …]
DChildContentCaptureSession.java43 @NonNull ContentCaptureContext clientContext) { in ChildContentCaptureSession()
70 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild()
82 public void updateContentCaptureContext(@Nullable ContentCaptureContext context) { in updateContentCaptureContext()
93 @NonNull ContentCaptureContext clientContext) { in internalNotifyChildSessionStarted()
104 void internalNotifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in internalNotifyContextUpdated()
DContentCaptureSession.java253 private ContentCaptureContext mClientContext;
275 ContentCaptureSession(@NonNull ContentCaptureContext initialContext) { in ContentCaptureSession()
320 @NonNull ContentCaptureContext context) { in createContentCaptureSession()
335 abstract ContentCaptureSession newChild(@NonNull ContentCaptureContext context); in newChild()
347 public final void setContentCaptureContext(@Nullable ContentCaptureContext context) { in setContentCaptureContext()
354 abstract void updateContentCaptureContext(@Nullable ContentCaptureContext context); in updateContentCaptureContext()
364 public final ContentCaptureContext getContentCaptureContext() { in getContentCaptureContext()
582 @NonNull ContentCaptureContext clientContext); in internalNotifyChildSessionStarted()
587 int sessionId, @Nullable ContentCaptureContext context); in internalNotifyContextUpdated()
DContentCaptureContext.aidl19 parcelable ContentCaptureContext;
DContentCaptureManager.java815 mFlags &= ~ContentCaptureContext.FLAG_DISABLED_BY_APP; in setContentCaptureEnabled()
817 mFlags |= ContentCaptureContext.FLAG_DISABLED_BY_APP; in setContentCaptureEnabled()
841 alreadyDisabledByApp = (mFlags & ContentCaptureContext.FLAG_DISABLED_BY_APP) != 0; in updateWindowAttributes()
843 mFlags |= ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE; in updateWindowAttributes()
845 mFlags &= ~ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE; in updateWindowAttributes()
869 mFlags |= ContentCaptureContext.FLAG_DISABLED_FLUSH_FOR_VIEW_TREE_APPEARING; in setFlushViewTreeAppearingEventDisabled()
871 mFlags &= ~ContentCaptureContext.FLAG_DISABLED_FLUSH_FOR_VIEW_TREE_APPEARING; in setFlushViewTreeAppearingEventDisabled()
883 return (mFlags & ContentCaptureContext.FLAG_DISABLED_FLUSH_FOR_VIEW_TREE_APPEARING) in getFlushViewTreeAppearingEventDisabled()
DContentCaptureEvent.java167 private @Nullable ContentCaptureContext mClientContext;
238 public ContentCaptureEvent setClientContext(@NonNull ContentCaptureContext clientContext) { in setClientContext()
266 public ContentCaptureContext getContentCaptureContext() { in getContentCaptureContext()
649 …lientContext(parcel.readParcelable(null, android.view.contentcapture.ContentCaptureContext.class));
DIContentCaptureManager.aidl21 import android.view.contentcapture.ContentCaptureContext;
DMainContentCaptureSession.java239 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild()
666 public void updateContentCaptureContext(@Nullable ContentCaptureContext context) { in updateContentCaptureContext()
833 @NonNull ContentCaptureContext clientContext) { in internalNotifyChildSessionStarted()
850 void internalNotifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in internalNotifyContextUpdated()
DMainContentCaptureSessionV2.java258 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild()
693 public void updateContentCaptureContext(@Nullable ContentCaptureContext context) { in updateContentCaptureContext()
865 @NonNull ContentCaptureContext clientContext) { in internalNotifyChildSessionStarted()
882 void internalNotifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in internalNotifyContextUpdated()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureContextTest.java43 final ContentCaptureContext ctx = new ContentCaptureContext(/* clientContext= */ null, in testConstructorAdditionalFlags()
46 final ContentCaptureContext newCtx = new ContentCaptureContext(ctx, /* extraFlags= */ 2); in testConstructorAdditionalFlags()
DContentCaptureSessionTest.java222 ContentCaptureSession newChild(ContentCaptureContext context) { in newChild()
270 @NonNull ContentCaptureContext clientContext) { in internalNotifyChildSessionStarted()
280 void internalNotifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in internalNotifyContextUpdated()
301 public void updateContentCaptureContext(ContentCaptureContext context) { in updateContentCaptureContext()
DContentCaptureEventTest.java55 private final ContentCaptureContext mClientContext =
56 new ContentCaptureContext.Builder(ID).build();
184 final ContentCaptureContext clientContext = event.getContentCaptureContext(); in assertSessionStartedEvent()
310 final ContentCaptureContext clientContext = event.getContentCaptureContext(); in assertContextUpdatedEvent()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureServerSession.java37 import android.view.contentcapture.ContentCaptureContext;
56 private final ContentCaptureContext mContentCaptureContext;
89 mContentCaptureContext = new ContentCaptureContext(/* clientContext= */ null, in ContentCaptureServerSession()
201 remoteService.onSessionStarted(new ContentCaptureContext(mContentCaptureContext, in resurrectLocked()
202 ContentCaptureContext.FLAG_RECONNECTED), mId, mUid, mSessionStateReceiver, in resurrectLocked()
DRemoteContentCaptureService.java36 import android.view.contentcapture.ContentCaptureContext;
124 public void onSessionStarted(@Nullable ContentCaptureContext context, int sessionId, int uid, in onSessionStarted()
/frameworks/base/core/java/android/service/contentcapture/
DIContentCaptureService.aidl24 import android.view.contentcapture.ContentCaptureContext;
40 void onSessionStarted(in ContentCaptureContext context, int sessionId, int uid, in onSessionStarted()
DContentCaptureService.java49 import android.view.contentcapture.ContentCaptureContext;
176 public void onSessionStarted(ContentCaptureContext context, int sessionId, int uid,
383 public void onCreateContentCaptureSession(@NonNull ContentCaptureContext context, in onCreateContentCaptureSession()
518 private void handleOnCreateSession(@NonNull ContentCaptureContext context, in handleOnCreateSession()
525 if ((clientFlags & ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE) != 0) { in handleOnCreateSession()
528 if ((clientFlags & ContentCaptureContext.FLAG_DISABLED_BY_APP) != 0) { in handleOnCreateSession()
569 final ContentCaptureContext clientContext = event.getContentCaptureContext(); in handleSendEvents()
/frameworks/base/core/java/android/app/assist/
DActivityId.java27 import android.view.contentcapture.ContentCaptureContext;
/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
DMyContentCaptureService.java103 public void onCreateContentCaptureSession(ContentCaptureContext context, in onCreateContentCaptureSession()
/frameworks/base/core/java/android/app/
DActivity.java155 import android.view.contentcapture.ContentCaptureContext;
1416 ContentCaptureContext.Builder contentCaptureContextBuilder = in setLocusContextToContentCapture()
1417 new ContentCaptureContext.Builder(locusId); in setLocusContextToContentCapture()
DNotification.java108 import android.view.contentcapture.ContentCaptureContext;
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java48 import android.view.contentcapture.ContentCaptureContext;
/frameworks/base/config/
Ddirty-image-objects1504 Landroid/view/contentcapture/ContentCaptureContext; 416
Dpreloaded-classes9383 android.view.contentcapture.ContentCaptureContext$1
9384 android.view.contentcapture.ContentCaptureContext$Builder
9385 android.view.contentcapture.ContentCaptureContext
/frameworks/base/boot/
Dpreloaded-classes9352 android.view.contentcapture.ContentCaptureContext$1
9353 android.view.contentcapture.ContentCaptureContext$Builder
9354 android.view.contentcapture.ContentCaptureContext
/frameworks/base/core/java/android/view/
DView.java189 import android.view.contentcapture.ContentCaptureContext;

12