Searched refs:mAutofillInternal (Results 1 – 1 of 1) sorted by relevance
151 private final AutofillManagerInternal mAutofillInternal; field in ClipboardService190 mAutofillInternal = LocalServices.getService(AutofillManagerInternal.class); in ClipboardService()1292 if (!allowed && mAutofillInternal != null) { in clipboardAccessAllowed()1299 allowed = mAutofillInternal.isAugmentedAutofillServiceForUser(uid, userId); in clipboardAccessAllowed()1384 if (mAutofillInternal != null in showAccessNotificationLocked()1385 && mAutofillInternal.isAugmentedAutofillServiceForUser(uid, userId)) { in showAccessNotificationLocked()