Home
last modified time | relevance | path

Searched refs:ContentCaptureSession (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java56 private ContentCaptureSession mSession1 = new MyContentCaptureSession(111);
58 private ContentCaptureSession mSession2 = new MyContentCaptureSession(2222);
157 int invalidFlushReason = ContentCaptureSession.FLUSH_REASON_VIEW_TREE_APPEARED + 1; in testGetFlushReasonAsString()
160 .put(ContentCaptureSession.FLUSH_REASON_FULL, "FULL") in testGetFlushReasonAsString()
162 .put(ContentCaptureSession.FLUSH_REASON_SESSION_STARTED, "STARTED") in testGetFlushReasonAsString()
164 .put(ContentCaptureSession.FLUSH_REASON_IDLE_TIMEOUT, "IDLE") in testGetFlushReasonAsString()
169 ContentCaptureSession.FLUSH_REASON_VIEW_TREE_APPEARING, in testGetFlushReasonAsString()
172 ContentCaptureSession.FLUSH_REASON_VIEW_TREE_APPEARED, in testGetFlushReasonAsString()
179 assertThat(ContentCaptureSession.getFlushReasonAsString(reason)) in testGetFlushReasonAsString()
184 private class MyContentCaptureSession extends ContentCaptureSession {
[all …]
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java54 public abstract class ContentCaptureSession implements AutoCloseable { class
56 private static final String TAG = ContentCaptureSession.class.getSimpleName();
242 private ArrayList<ContentCaptureSession> mChildren;
245 protected ContentCaptureSession() { in ContentCaptureSession() method in ContentCaptureSession
251 public ContentCaptureSession(int id) { in ContentCaptureSession() method in ContentCaptureSession
257 ContentCaptureSession(@NonNull ContentCaptureContext initialContext) { in ContentCaptureSession() method in ContentCaptureSession
289 public final ContentCaptureSession createContentCaptureSession( in createContentCaptureSession()
291 final ContentCaptureSession child = newChild(context); in createContentCaptureSession()
305 abstract ContentCaptureSession newChild(@NonNull ContentCaptureContext context); in newChild()
361 final ContentCaptureSession child = mChildren.get(i); in destroy()
[all …]
H A DChildContentCaptureSession.java30 final class ChildContentCaptureSession extends ContentCaptureSession {
33 private final ContentCaptureSession mParent;
36 protected ChildContentCaptureSession(@NonNull ContentCaptureSession parent, in ChildContentCaptureSession()
51 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild()
52 final ContentCaptureSession child = new ChildContentCaptureSession(this, clientContext); in newChild()
H A DMainContentCaptureSession.java77 public final class MainContentCaptureSession extends ContentCaptureSession {
237 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild()
238 final ContentCaptureSession child = new ChildContentCaptureSession(this, clientContext); in newChild()
H A DContentCaptureManager.java51 import android.view.contentcapture.ContentCaptureSession.FlushReason;
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureServerSession.java22 import static android.view.contentcapture.ContentCaptureSession.STATE_ACTIVE;
23 import static android.view.contentcapture.ContentCaptureSession.STATE_DISABLED;
24 import static android.view.contentcapture.ContentCaptureSession.STATE_SERVICE_RESURRECTED;
25 import static android.view.contentcapture.ContentCaptureSession.STATE_SERVICE_UPDATING;
H A DContentCapturePerUserService.java21 import static android.view.contentcapture.ContentCaptureSession.STATE_DISABLED;
22 import static android.view.contentcapture.ContentCaptureSession.STATE_DUPLICATED_ID;
23 import static android.view.contentcapture.ContentCaptureSession.STATE_INTERNAL_ERROR;
24 import static android.view.contentcapture.ContentCaptureSession.STATE_NOT_WHITELISTED;
25 import static android.view.contentcapture.ContentCaptureSession.STATE_NO_SERVICE;
H A DContentCaptureManagerService.java27 import static android.view.contentcapture.ContentCaptureSession.STATE_DISABLED;
/aosp14/frameworks/base/core/java/android/view/translation/
H A DViewTranslationCallback.java22 import android.view.contentcapture.ContentCaptureSession;
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java51 import android.view.contentcapture.ContentCaptureSession;
487 stateFlags |= ContentCaptureSession.STATE_FLAG_SECURE; in handleOnCreateSession()
490 stateFlags |= ContentCaptureSession.STATE_BY_APP; in handleOnCreateSession()
495 stateFlags |= ContentCaptureSession.STATE_DISABLED; in handleOnCreateSession()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java151 import android.view.contentcapture.ContentCaptureSession;
5436 private ContentCaptureSession mContentCaptureSession;
10219 ContentCaptureSession session = getContentCaptureSession(); in notifyAppearedOrDisappearedForContentCaptureIfNeeded()
10316 public void setContentCaptureSession(@Nullable ContentCaptureSession contentCaptureSession) { in setContentCaptureSession()
10328 public final ContentCaptureSession getContentCaptureSession() { in getContentCaptureSession()
10339 private ContentCaptureSession getAndCacheContentCaptureSession() { in getAndCacheContentCaptureSession()
10346 ContentCaptureSession session = null; in getAndCacheContentCaptureSession()
10624 ContentCaptureSession session = getContentCaptureSession(); in dispatchInitialProvideContentCaptureStructure()
10643 ContentCaptureSession session = getContentCaptureSession(); in dispatchProvideContentCaptureStructure()
31106 private void delayNotifyContentCaptureEvent(@NonNull ContentCaptureSession session, in delayNotifyContentCaptureEvent()
[all …]
H A DViewRootImpl.java202 import android.view.contentcapture.ContentCaptureSession;
4079 ContentCaptureSession session = view.getContentCaptureSession(); in notifyContentCaptureEvents()
4980 ccm.flush(ContentCaptureSession.FLUSH_REASON_VIEW_ROOT_ENTERED); in handleContentCaptureFlush()
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java81 import android.view.contentcapture.ContentCaptureSession;
6892 ContentCaptureSession session = getContentCaptureSession(); in reportActiveViewsToContentCapture()
H A DTextView.java192 import android.view.contentcapture.ContentCaptureSession;
12419 final ContentCaptureSession session = getContentCaptureSession(); in notifyContentCaptureTextChanged()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17405 …PLandroid/view/View;->getContentCaptureSession()Landroid/view/contentcapture/ContentCaptureSession;
19180 HSPLandroid/view/contentcapture/ContentCaptureSession;-><init>()V
19181 HSPLandroid/view/contentcapture/ContentCaptureSession;-><init>(I)V
19182 HSPLandroid/view/contentcapture/ContentCaptureSession;->destroy()V
19183 HSPLandroid/view/contentcapture/ContentCaptureSession;->getFlushReasonAsString(I)Ljava/lang/String;
19184 HSPLandroid/view/contentcapture/ContentCaptureSession;->getId()I
19185 HSPLandroid/view/contentcapture/ContentCaptureSession;->getRandomSessionId()I
19186 HSPLandroid/view/contentcapture/ContentCaptureSession;->getStateAsString(I)Ljava/lang/String;
19187 HSPLandroid/view/contentcapture/ContentCaptureSession;->isContentCaptureEnabled()Z
19189 HSPLandroid/view/contentcapture/ContentCaptureSession;->notifyViewAppeared(Landroid/view/ViewStruct…
[all …]
H A Dpreloaded-classes9112 android.view.contentcapture.ContentCaptureSession
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17469 …PLandroid/view/View;->getContentCaptureSession()Landroid/view/contentcapture/ContentCaptureSession;
19244 HSPLandroid/view/contentcapture/ContentCaptureSession;-><init>()V
19245 HSPLandroid/view/contentcapture/ContentCaptureSession;-><init>(I)V
19246 HSPLandroid/view/contentcapture/ContentCaptureSession;->destroy()V
19247 HSPLandroid/view/contentcapture/ContentCaptureSession;->getFlushReasonAsString(I)Ljava/lang/String;
19248 HSPLandroid/view/contentcapture/ContentCaptureSession;->getId()I
19249 HSPLandroid/view/contentcapture/ContentCaptureSession;->getRandomSessionId()I
19250 HSPLandroid/view/contentcapture/ContentCaptureSession;->getStateAsString(I)Ljava/lang/String;
19251 HSPLandroid/view/contentcapture/ContentCaptureSession;->isContentCaptureEnabled()Z
19253 HSPLandroid/view/contentcapture/ContentCaptureSession;->notifyViewAppeared(Landroid/view/ViewStruct…
[all …]
H A Dpreloaded-classes9143 android.view.contentcapture.ContentCaptureSession
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52127 …method @Nullable public final android.view.contentcapture.ContentCaptureSession getContentCaptureS…
52507 … public void setContentCaptureSession(@Nullable android.view.contentcapture.ContentCaptureSession);
55180 public abstract class ContentCaptureSession implements java.lang.AutoCloseable {
55182 …method @NonNull public final android.view.contentcapture.ContentCaptureSession createContentCaptur…