Home
last modified time | relevance | path

Searched defs:isContentCaptureServiceForUser (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/contentcapture/
H A DContentCaptureManagerInternal.java40 public abstract boolean isContentCaptureServiceForUser(int uid, @UserIdInt int userId); in isContentCaptureServiceForUser() method in ContentCaptureManagerInternal
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java1144 public boolean isContentCaptureServiceForUser(int uid, @UserIdInt int userId) { in isContentCaptureServiceForUser() method in ContentCaptureManagerService.LocalService