Home
last modified time | relevance | path

Searched refs:isContentCaptureEnabled (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java348 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
DChildContentCaptureSession.java145 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ChildContentCaptureSession
146 return getMainCaptureSession().isContentCaptureEnabled(); in isContentCaptureEnabled()
DContentCaptureManager.java699 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getServiceComponentName()
758 public boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ContentCaptureManager
787 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getContentCaptureConditions()
1011 pw.println(isContentCaptureEnabled()); in dump()
DMainContentCaptureSession.java252 if (!isContentCaptureEnabled()) return; in start()
817 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in MainContentCaptureSession
818 return super.isContentCaptureEnabled() && mManager.isContentCaptureEnabled(); in isContentCaptureEnabled()
925 pw.print(prefix); pw.print("isEnabled(): "); pw.println(isContentCaptureEnabled()); in dump()
DMainContentCaptureSessionV2.java277 if (!isContentCaptureEnabled()) return; in startImpl()
845 boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in MainContentCaptureSessionV2
846 return super.isContentCaptureEnabled() && mManager.isContentCaptureEnabled(); in isContentCaptureEnabled()
1022 pw.print(prefix); pw.print("isEnabled(): "); pw.println(isContentCaptureEnabled()); in dump()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureManagerTest.java162 assertThat(manager.isContentCaptureEnabled()).isFalse(); in testUpdateWindowAttribute_setFlagSecure()
179 assertThat(manager.isContentCaptureEnabled()).isTrue(); in testUpdateWindowAttribute_clearFlagSecure()
194 assertThat(manager.isContentCaptureEnabled()).isFalse(); in testUpdateWindowAttribute_clearFlagSecureAfterDisabledByApp()
/frameworks/base/core/java/android/view/
DViewRootImpl.java4534 if (!isContentCaptureEnabled()) { in notifyContentCaptureEvents()
5407 private boolean isContentCaptureEnabled() { in isContentCaptureEnabled() method in ViewRootImpl
5434 if (ccm == null || !ccm.isContentCaptureEnabled()) return false; in isContentCaptureReallyEnabled()
5447 if (!isContentCaptureEnabled()) return; in performContentCaptureInitialReport()
5478 if (!isContentCaptureEnabled()) return; in handleContentCaptureFlush()
/frameworks/base/boot/
Dboot-image-profile.txt18150 HSPLandroid/view/ViewRootImpl;->isContentCaptureEnabled()Z
18843 HSPLandroid/view/contentcapture/ContentCaptureManager;->isContentCaptureEnabled()Z
18854 HSPLandroid/view/contentcapture/ContentCaptureSession;->isContentCaptureEnabled()Z
18896 HSPLandroid/view/contentcapture/MainContentCaptureSession;->isContentCaptureEnabled()Z
/frameworks/base/config/
Dboot-image-profile.txt18214 HSPLandroid/view/ViewRootImpl;->isContentCaptureEnabled()Z
18907 HSPLandroid/view/contentcapture/ContentCaptureManager;->isContentCaptureEnabled()Z
18918 HSPLandroid/view/contentcapture/ContentCaptureSession;->isContentCaptureEnabled()Z
18960 HSPLandroid/view/contentcapture/MainContentCaptureSession;->isContentCaptureEnabled()Z
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt55763 method public boolean isContentCaptureEnabled();