Searched refs:mAutofillManager (Results 1 – 1 of 1) sorted by relevance
840 @Nullable private AutofillManager mAutofillManager; field in Activity1029 if (mAutofillManager == null) { in getAutofillManager()1030 mAutofillManager = getSystemService(AutofillManager.class); in getAutofillManager()1033 return mAutofillManager; in getAutofillManager()