Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java151 private final AutofillManagerInternal mAutofillInternal; field in ClipboardService
190 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()