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.aidl87 void getContentCaptureConditions(String packageName, in IResultReceiver result); in getContentCaptureConditions() method
DContentCaptureManager.java566 public Set<ContentCaptureCondition> getContentCaptureConditions() { in getContentCaptureConditions() method in ContentCaptureManager
573 (r) -> mService.getContentCaptureConditions(mContext.getPackageName(), r)); in getContentCaptureConditions()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java736 public void getContentCaptureConditions(@NonNull String packageName, in getContentCaptureConditions() method in ContentCaptureManagerService.ContentCaptureManagerServiceStub
/frameworks/base/services/
Dart-profile13552 …ontentCaptureManagerService$ContentCaptureManagerServiceStub;->getContentCaptureConditions(Ljava/l…
13555 …aptureManagerService$ContentCaptureManagerServiceStub;->lambda$getContentCaptureConditions$2$Conte…
/frameworks/base/api/
Dcurrent.txt56696 …c java.util.Set<android.view.contentcapture.ContentCaptureCondition> getContentCaptureConditions();