Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DIContentCaptureManager.aidl90 void getContentCaptureConditions(String packageName, in IResultReceiver result); in getContentCaptureConditions() method
H A DContentCaptureManager.java682 public Set<ContentCaptureCondition> getContentCaptureConditions() { in getContentCaptureConditions() method in ContentCaptureManager
689 (r) -> mService.getContentCaptureConditions(mContext.getPackageName(), r)); in getContentCaptureConditions()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java1027 public void getContentCaptureConditions(@NonNull String packageName, in getContentCaptureConditions() method in ContentCaptureManagerService.ContentCaptureManagerServiceStub
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55169 …c java.util.Set<android.view.contentcapture.ContentCaptureCondition> getContentCaptureConditions();