Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java46 public abstract class ContentCaptureSession implements AutoCloseable { class
48 private static final String TAG = ContentCaptureSession.class.getSimpleName();
213 private ArrayList<ContentCaptureSession> mChildren;
216 protected ContentCaptureSession() { in ContentCaptureSession() method in ContentCaptureSession
222 public ContentCaptureSession(int id) { in ContentCaptureSession() method in ContentCaptureSession
228 ContentCaptureSession(@NonNull ContentCaptureContext initialContext) { in ContentCaptureSession() method in ContentCaptureSession
260 public final ContentCaptureSession createContentCaptureSession( in createContentCaptureSession()
262 final ContentCaptureSession child = newChild(context); in createContentCaptureSession()
276 abstract ContentCaptureSession newChild(@NonNull ContentCaptureContext context); in newChild()
330 final ContentCaptureSession child = mChildren.get(i); in destroy()
[all …]
DChildContentCaptureSession.java29 final class ChildContentCaptureSession extends ContentCaptureSession {
32 private final ContentCaptureSession mParent;
35 protected ChildContentCaptureSession(@NonNull ContentCaptureSession parent, in ChildContentCaptureSession()
50 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild()
51 final ContentCaptureSession child = new ChildContentCaptureSession(this, clientContext); in newChild()
DMainContentCaptureSession.java66 public final class MainContentCaptureSession extends ContentCaptureSession {
194 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild()
195 final ContentCaptureSession child = new ChildContentCaptureSession(this, clientContext); in newChild()
DContentCaptureContext.java18 import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID;
DContentCaptureEvent.java19 import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID;
DContentCaptureManager.java41 import android.view.contentcapture.ContentCaptureSession.FlushReason;
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java42 private ContentCaptureSession mSession1 = new MyContentCaptureSession(111);
44 private ContentCaptureSession mSession2 = new MyContentCaptureSession(2222);
118 private class MyContentCaptureSession extends ContentCaptureSession {
130 ContentCaptureSession newChild(ContentCaptureContext context) { in newChild()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureServerSession.java21 import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID;
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;
DContentCapturePerUserService.java20 import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID;
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;
/frameworks/base/core/java/android/service/contentcapture/
DContentCaptureService.java21 import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID;
49 import android.view.contentcapture.ContentCaptureSession;
419 stateFlags |= ContentCaptureSession.STATE_FLAG_SECURE; in handleOnCreateSession()
422 stateFlags |= ContentCaptureSession.STATE_BY_APP; in handleOnCreateSession()
427 stateFlags |= ContentCaptureSession.STATE_DISABLED; in handleOnCreateSession()
/frameworks/base/core/java/android/view/
DView.java128 import android.view.contentcapture.ContentCaptureSession;
5145 private ContentCaptureSession mContentCaptureSession;
5162 private ContentCaptureSession mCachedContentCaptureSession;
9474 ContentCaptureSession session = getContentCaptureSession();
9565 public void setContentCaptureSession(@Nullable ContentCaptureSession contentCaptureSession) {
9577 public final ContentCaptureSession getContentCaptureSession() {
9587 private ContentCaptureSession getAndCacheContentCaptureSession() {
9592 ContentCaptureSession session = null;
9824 ContentCaptureSession session = getContentCaptureSession();
9843 ContentCaptureSession session = getContentCaptureSession();
[all …]
DViewRootImpl.java111 import android.view.contentcapture.ContentCaptureSession;
2815 ContentCaptureSession session = view.getContentCaptureSession(); in notifyContentCatpureEvents()
3624 ccm.flush(ContentCaptureSession.FLUSH_REASON_VIEW_ROOT_ENTERED); in handleContentCaptureFlush()
/frameworks/base/core/java/android/widget/
DTextView.java166 import android.view.contentcapture.ContentCaptureSession;
10602 final ContentCaptureSession session = getContentCaptureSession(); in notifyListeningManagersAfterTextChanged()
/frameworks/base/non-updatable-api/
Dcurrent.txt51548 …method @Nullable public final android.view.contentcapture.ContentCaptureSession getContentCaptureS…
51893 … public void setContentCaptureSession(@Nullable android.view.contentcapture.ContentCaptureSession);
54217 public abstract class ContentCaptureSession implements java.lang.AutoCloseable {
54219 …method @NonNull public final android.view.contentcapture.ContentCaptureSession createContentCaptur…
/frameworks/base/api/
Dcurrent.txt51692 …method @Nullable public final android.view.contentcapture.ContentCaptureSession getContentCaptureS…
52037 … public void setContentCaptureSession(@Nullable android.view.contentcapture.ContentCaptureSession);
54361 public abstract class ContentCaptureSession implements java.lang.AutoCloseable {
54363 …method @NonNull public final android.view.contentcapture.ContentCaptureSession createContentCaptur…