Searched refs:mAutofillManager (Results 1 – 1 of 1) sorted by relevance
774 @Nullable private AutofillManager mAutofillManager; field in Activity942 if (mAutofillManager == null) { in getAutofillManager()943 mAutofillManager = getSystemService(AutofillManager.class); in getAutofillManager()946 return mAutofillManager; in getAutofillManager()