Home
last modified time | relevance | path

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

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