/frameworks/base/core/java/android/view/contentcapture/ |
D | ContentCaptureSession.java | 49 public abstract class ContentCaptureSession implements AutoCloseable { class 51 private static final String TAG = ContentCaptureSession.class.getSimpleName(); 218 private ArrayList<ContentCaptureSession> mChildren; 221 protected ContentCaptureSession() { in ContentCaptureSession() method in ContentCaptureSession 227 public ContentCaptureSession(int id) { in ContentCaptureSession() method in ContentCaptureSession 233 ContentCaptureSession(@NonNull ContentCaptureContext initialContext) { in ContentCaptureSession() method in ContentCaptureSession 265 public final ContentCaptureSession createContentCaptureSession( in createContentCaptureSession() 267 final ContentCaptureSession child = newChild(context); in createContentCaptureSession() 281 abstract ContentCaptureSession newChild(@NonNull ContentCaptureContext context); in newChild() 335 final ContentCaptureSession child = mChildren.get(i); in destroy() [all …]
|
D | ChildContentCaptureSession.java | 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()
|
D | MainContentCaptureSession.java | 69 public final class MainContentCaptureSession extends ContentCaptureSession { 209 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild() 210 final ContentCaptureSession child = new ChildContentCaptureSession(this, clientContext); in newChild()
|
D | ContentCaptureManager.java | 46 import android.view.contentcapture.ContentCaptureSession.FlushReason;
|
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | ContentCaptureSessionTest.java | 43 private ContentCaptureSession mSession1 = new MyContentCaptureSession(111); 45 private ContentCaptureSession mSession2 = new MyContentCaptureSession(2222); 119 private class MyContentCaptureSession extends ContentCaptureSession { 131 ContentCaptureSession newChild(ContentCaptureContext context) { in newChild()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureServerSession.java | 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;
|
D | ContentCapturePerUserService.java | 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;
|
D | ContentCaptureManagerService.java | 27 import static android.view.contentcapture.ContentCaptureSession.STATE_DISABLED;
|
/frameworks/base/core/java/android/service/contentcapture/ |
D | ContentCaptureService.java | 49 import android.view.contentcapture.ContentCaptureSession; 452 stateFlags |= ContentCaptureSession.STATE_FLAG_SECURE; in handleOnCreateSession() 455 stateFlags |= ContentCaptureSession.STATE_BY_APP; in handleOnCreateSession() 460 stateFlags |= ContentCaptureSession.STATE_DISABLED; in handleOnCreateSession()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 135 import android.view.contentcapture.ContentCaptureSession; 5271 private ContentCaptureSession mContentCaptureSession; 9706 ContentCaptureSession session = getContentCaptureSession(); 9775 public void setContentCaptureSession(@Nullable ContentCaptureSession contentCaptureSession) { 9787 public final ContentCaptureSession getContentCaptureSession() { 9798 private ContentCaptureSession getAndCacheContentCaptureSession() { 9805 ContentCaptureSession session = null; 10037 ContentCaptureSession session = getContentCaptureSession(); 10056 ContentCaptureSession session = getContentCaptureSession(); 29239 private void delayNotifyContentCaptureEvent(@NonNull ContentCaptureSession session, in delayNotifyContentCaptureEvent() [all …]
|
D | ViewRootImpl.java | 154 import android.view.contentcapture.ContentCaptureSession; 3135 ContentCaptureSession session = view.getContentCaptureSession(); in notifyContentCatpureEvents() 3958 ccm.flush(ContentCaptureSession.FLUSH_REASON_VIEW_ROOT_ENTERED); in handleContentCaptureFlush()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 168 import android.view.contentcapture.ContentCaptureSession; 10630 final ContentCaptureSession session = getContentCaptureSession(); in notifyListeningManagersAfterTextChanged()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 22350 …nfo;->delayNotifyContentCaptureEvent(Landroid/view/contentcapture/ContentCaptureSession;Landroid/v… 22574 …d/view/View;->getAndCacheContentCaptureSession()Landroid/view/contentcapture/ContentCaptureSession; 22590 …PLandroid/view/View;->getContentCaptureSession()Landroid/view/contentcapture/ContentCaptureSession; 24517 HSPLandroid/view/contentcapture/ContentCaptureSession;-><init>()V 24518 HSPLandroid/view/contentcapture/ContentCaptureSession;-><init>(I)V 24519 HSPLandroid/view/contentcapture/ContentCaptureSession;->destroy()V 24520 HSPLandroid/view/contentcapture/ContentCaptureSession;->getFlushReasonAsString(I)Ljava/lang/String; 24521 HSPLandroid/view/contentcapture/ContentCaptureSession;->getId()I 24522 HSPLandroid/view/contentcapture/ContentCaptureSession;->getRandomSessionId()I 24523 HSPLandroid/view/contentcapture/ContentCaptureSession;->getStateAsString(I)Ljava/lang/String; [all …]
|
D | preloaded-classes | 7271 android.view.contentcapture.ContentCaptureSession
|
/frameworks/base/api/ |
D | current.txt | 53863 …method @Nullable public final android.view.contentcapture.ContentCaptureSession getContentCaptureS… 54216 … public void setContentCaptureSession(@Nullable android.view.contentcapture.ContentCaptureSession); 56707 public abstract class ContentCaptureSession implements java.lang.AutoCloseable { 56709 …method @NonNull public final android.view.contentcapture.ContentCaptureSession createContentCaptur…
|