Searched refs:mAutofillManager (Results 1 – 3 of 3) sorted by relevance
170 private final AutofillManager mAutofillManager; field in BridgeContext259 mAutofillManager = new AutofillManager(this, new Default()); in BridgeContext()653 return mAutofillManager; in getSystemService()
855 @Nullable private AutofillManager mAutofillManager; field in Activity1148 if (mAutofillManager == null) { in getAutofillManager()1149 mAutofillManager = getSystemService(AutofillManager.class); in getAutofillManager()1152 return mAutofillManager; in getAutofillManager()
1344 Landroid/app/Activity;->mAutofillManager:Landroid/view/autofill/AutofillManager;