Home
last modified time | relevance | path

Searched refs:getContentCaptureConditions (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DIContentCaptureManager.aidl90 void getContentCaptureConditions(String packageName, in IResultReceiver result); in getContentCaptureConditions() method
DContentCaptureManager.java783 public Set<ContentCaptureCondition> getContentCaptureConditions() { in getContentCaptureConditions() method in ContentCaptureManager
790 (r) -> mService.getContentCaptureConditions(mContext.getPackageName(), r)); in getContentCaptureConditions()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java1220 public void getContentCaptureConditions(@NonNull String packageName, in getContentCaptureConditions() method in ContentCaptureManagerService.ContentCaptureManagerServiceStub
/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.txt55761 …c java.util.Set<android.view.contentcapture.ContentCaptureCondition> getContentCaptureConditions();