Home
last modified time | relevance | path

Searched refs:isAugmentedAutofillServiceForUser (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillManagerInternal.java54 public abstract boolean isAugmentedAutofillServiceForUser(@NonNull int callingUid, in isAugmentedAutofillServiceForUser() method in AutofillManagerInternal
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java787 allowed = mAutofillInternal.isAugmentedAutofillServiceForUser(uid, userId); in clipboardAccessAllowed()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java814 public boolean isAugmentedAutofillServiceForUser(int callingUid, int userId) { in isAugmentedAutofillServiceForUser() method in AutofillManagerService.LocalService