Searched refs:isContentCaptureEnabled (Results 1 – 11 of 11) sorted by relevance
348 if (!isContentCaptureEnabled()) return; in setContentCaptureContext()426 if (!isContentCaptureEnabled()) return; in notifyViewAppeared()451 if (!isContentCaptureEnabled()) return; in notifyViewDisappeared()469 if (!isContentCaptureEnabled()) return; in notifyViewsAppeared()506 if (!isContentCaptureEnabled()) return; in notifyViewsDisappeared()530 if (!isContentCaptureEnabled()) return; in notifyViewTextChanged()544 if (!isContentCaptureEnabled()) return; in notifyViewInsetsChanged()563 if (!isContentCaptureEnabled()) return; in notifySessionResumed()574 if (!isContentCaptureEnabled()) return; in notifySessionPaused()679 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ContentCaptureSession
145 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ChildContentCaptureSession146 return getMainCaptureSession().isContentCaptureEnabled(); in isContentCaptureEnabled()
699 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getServiceComponentName()758 public boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ContentCaptureManager787 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getContentCaptureConditions()1011 pw.println(isContentCaptureEnabled()); in dump()
252 if (!isContentCaptureEnabled()) return; in start()817 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in MainContentCaptureSession818 return super.isContentCaptureEnabled() && mManager.isContentCaptureEnabled(); in isContentCaptureEnabled()925 pw.print(prefix); pw.print("isEnabled(): "); pw.println(isContentCaptureEnabled()); in dump()
277 if (!isContentCaptureEnabled()) return; in startImpl()845 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in MainContentCaptureSessionV2846 return super.isContentCaptureEnabled() && mManager.isContentCaptureEnabled(); in isContentCaptureEnabled()1022 pw.print(prefix); pw.print("isEnabled(): "); pw.println(isContentCaptureEnabled()); in dump()
162 assertThat(manager.isContentCaptureEnabled()).isFalse(); in testUpdateWindowAttribute_setFlagSecure()179 assertThat(manager.isContentCaptureEnabled()).isTrue(); in testUpdateWindowAttribute_clearFlagSecure()194 assertThat(manager.isContentCaptureEnabled()).isFalse(); in testUpdateWindowAttribute_clearFlagSecureAfterDisabledByApp()
4534 if (!isContentCaptureEnabled()) { in notifyContentCaptureEvents()5407 private boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ViewRootImpl5434 if (ccm == null || !ccm.isContentCaptureEnabled()) return false; in isContentCaptureReallyEnabled()5447 if (!isContentCaptureEnabled()) return; in performContentCaptureInitialReport()5478 if (!isContentCaptureEnabled()) return; in handleContentCaptureFlush()
18150 HSPLandroid/view/ViewRootImpl;->isContentCaptureEnabled()Z18843 HSPLandroid/view/contentcapture/ContentCaptureManager;->isContentCaptureEnabled()Z18854 HSPLandroid/view/contentcapture/ContentCaptureSession;->isContentCaptureEnabled()Z18896 HSPLandroid/view/contentcapture/MainContentCaptureSession;->isContentCaptureEnabled()Z
18214 HSPLandroid/view/ViewRootImpl;->isContentCaptureEnabled()Z18907 HSPLandroid/view/contentcapture/ContentCaptureManager;->isContentCaptureEnabled()Z18918 HSPLandroid/view/contentcapture/ContentCaptureSession;->isContentCaptureEnabled()Z18960 HSPLandroid/view/contentcapture/MainContentCaptureSession;->isContentCaptureEnabled()Z
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
55763 method public boolean isContentCaptureEnabled();