Searched refs:mAutofillManager (Results 1 – 2 of 2) sorted by relevance
167 private final AutofillManager mAutofillManager; field in BridgeContext254 mAutofillManager = new AutofillManager(this, new Default()); in BridgeContext()646 return mAutofillManager; in getSystemService()
846 @Nullable private AutofillManager mAutofillManager; field in Activity1130 if (mAutofillManager == null) { in getAutofillManager()1131 mAutofillManager = getSystemService(AutofillManager.class); in getAutofillManager()1134 return mAutofillManager; in getAutofillManager()