Searched refs:mAutofillInternal (Results 1 – 1 of 1) sorted by relevance
150 private final AutofillManagerInternal mAutofillInternal; field in ClipboardService189 mAutofillInternal = LocalServices.getService(AutofillManagerInternal.class); in ClipboardService()1365 if (!allowed && mAutofillInternal != null) { in clipboardAccessAllowed()1372 allowed = mAutofillInternal.isAugmentedAutofillServiceForUser(uid, userId); in clipboardAccessAllowed()1461 if (mAutofillInternal != null in showAccessNotificationLocked()1462 && mAutofillInternal.isAugmentedAutofillServiceForUser(uid, userId)) { in showAccessNotificationLocked()