Searched refs:isAugmentedAutofillServiceForUser (Results 1 – 3 of 3) sorted by relevance
54 public abstract boolean isAugmentedAutofillServiceForUser(@NonNull int callingUid, in isAugmentedAutofillServiceForUser() method in AutofillManagerInternal
1372 allowed = mAutofillInternal.isAugmentedAutofillServiceForUser(uid, userId); in clipboardAccessAllowed()1462 && mAutofillInternal.isAugmentedAutofillServiceForUser(uid, userId)) { in showAccessNotificationLocked()
1157 public boolean isAugmentedAutofillServiceForUser(int callingUid, int userId) { in isAugmentedAutofillServiceForUser() method in AutofillManagerService.LocalService