Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManagerInternal.java54 public abstract boolean isAugmentedAutofillServiceForUser(@NonNull int callingUid, in isAugmentedAutofillServiceForUser() method in AutofillManagerInternal
/aosp12/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java925 allowed = mAutofillInternal.isAugmentedAutofillServiceForUser(uid, userId); in clipboardAccessAllowed()
992 && mAutofillInternal.isAugmentedAutofillServiceForUser(uid, userId)) { in showAccessNotificationLocked()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java875 public boolean isAugmentedAutofillServiceForUser(int callingUid, int userId) { in isAugmentedAutofillServiceForUser() method in AutofillManagerService.LocalService
/aosp12/frameworks/base/services/
H A Dart-profile11904 …droid/server/autofill/AutofillManagerService$LocalService;->isAugmentedAutofillServiceForUser(II)Z…