Searched refs:ContentCaptureSession (Results 1 – 20 of 20) sorted by relevance
56 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 …]
54 public abstract class ContentCaptureSession implements AutoCloseable { class56 private static final String TAG = ContentCaptureSession.class.getSimpleName();242 private ArrayList<ContentCaptureSession> mChildren;245 protected ContentCaptureSession() { in ContentCaptureSession() method in ContentCaptureSession251 public ContentCaptureSession(int id) { in ContentCaptureSession() method in ContentCaptureSession257 ContentCaptureSession(@NonNull ContentCaptureContext initialContext) { in ContentCaptureSession() method in ContentCaptureSession289 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 …]
30 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()
77 public final class MainContentCaptureSession extends ContentCaptureSession {237 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild()238 final ContentCaptureSession child = new ChildContentCaptureSession(this, clientContext); in newChild()
51 import android.view.contentcapture.ContentCaptureSession.FlushReason;
22 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;
21 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;
27 import static android.view.contentcapture.ContentCaptureSession.STATE_DISABLED;
22 import android.view.contentcapture.ContentCaptureSession;
51 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()
151 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 …]
202 import android.view.contentcapture.ContentCaptureSession;4079 ContentCaptureSession session = view.getContentCaptureSession(); in notifyContentCaptureEvents()4980 ccm.flush(ContentCaptureSession.FLUSH_REASON_VIEW_ROOT_ENTERED); in handleContentCaptureFlush()
81 import android.view.contentcapture.ContentCaptureSession;6892 ContentCaptureSession session = getContentCaptureSession(); in reportActiveViewsToContentCapture()
192 import android.view.contentcapture.ContentCaptureSession;12419 final ContentCaptureSession session = getContentCaptureSession(); in notifyContentCaptureTextChanged()
17405 …PLandroid/view/View;->getContentCaptureSession()Landroid/view/contentcapture/ContentCaptureSession;19180 HSPLandroid/view/contentcapture/ContentCaptureSession;-><init>()V19181 HSPLandroid/view/contentcapture/ContentCaptureSession;-><init>(I)V19182 HSPLandroid/view/contentcapture/ContentCaptureSession;->destroy()V19183 HSPLandroid/view/contentcapture/ContentCaptureSession;->getFlushReasonAsString(I)Ljava/lang/String;19184 HSPLandroid/view/contentcapture/ContentCaptureSession;->getId()I19185 HSPLandroid/view/contentcapture/ContentCaptureSession;->getRandomSessionId()I19186 HSPLandroid/view/contentcapture/ContentCaptureSession;->getStateAsString(I)Ljava/lang/String;19187 HSPLandroid/view/contentcapture/ContentCaptureSession;->isContentCaptureEnabled()Z19189 HSPLandroid/view/contentcapture/ContentCaptureSession;->notifyViewAppeared(Landroid/view/ViewStruct…[all …]
9112 android.view.contentcapture.ContentCaptureSession
17469 …PLandroid/view/View;->getContentCaptureSession()Landroid/view/contentcapture/ContentCaptureSession;19244 HSPLandroid/view/contentcapture/ContentCaptureSession;-><init>()V19245 HSPLandroid/view/contentcapture/ContentCaptureSession;-><init>(I)V19246 HSPLandroid/view/contentcapture/ContentCaptureSession;->destroy()V19247 HSPLandroid/view/contentcapture/ContentCaptureSession;->getFlushReasonAsString(I)Ljava/lang/String;19248 HSPLandroid/view/contentcapture/ContentCaptureSession;->getId()I19249 HSPLandroid/view/contentcapture/ContentCaptureSession;->getRandomSessionId()I19250 HSPLandroid/view/contentcapture/ContentCaptureSession;->getStateAsString(I)Ljava/lang/String;19251 HSPLandroid/view/contentcapture/ContentCaptureSession;->isContentCaptureEnabled()Z19253 HSPLandroid/view/contentcapture/ContentCaptureSession;->notifyViewAppeared(Landroid/view/ViewStruct…[all …]
9143 android.view.contentcapture.ContentCaptureSession
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
52127 …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…