Searched refs:AutofillManagerServiceImpl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java97 * {@link AutofillManagerServiceImpl} per user; the real work is done by
98 * {@link AutofillManagerServiceImpl} itself.
117 * Cache of {@link AutofillManagerServiceImpl} per user id.
124 private SparseArray<AutofillManagerServiceImpl> mServicesCache = new SparseArray<>();
235 final AutofillManagerServiceImpl userState = peekServiceForUserLocked(userId);
274 final AutofillManagerServiceImpl userState = peekServiceForUserLocked(userId);
338 AutofillManagerServiceImpl getServiceForUserLocked(int userId) {
341 AutofillManagerServiceImpl service = mServicesCache.get(resolvedUserId);
343 service = new AutofillManagerServiceImpl(mContext, mLock, mRequestsHistory,
359 AutofillManagerServiceImpl peekServiceForUserLocke
[all...]
H A DAutofillManagerServiceImpl.java94 final class AutofillManagerServiceImpl { class
96 private static final String TAG = "AutofillManagerServiceImpl";
173 AutofillManagerServiceImpl(Context context, Object lock, LocalLog requestsHistory, method in class:AutofillManagerServiceImpl
1275 return "AutofillManagerServiceImpl: [userId=" + mUserId
H A DSession.java124 private final AutofillManagerServiceImpl mService;
531 Session(@NonNull AutofillManagerServiceImpl service, @NonNull AutoFillUI ui,
872 AutofillManagerServiceImpl::handleSessionSave,

Completed in 52 milliseconds