Searched refs:mAutofillManager (Results 1 – 3 of 3) sorted by relevance
68 private AutofillManager mAutofillManager; field in AutofillClientController83 if (mAutofillManager == null) { in getAutofillManager()84 mAutofillManager = mActivity.getSystemService(AutofillManager.class); in getAutofillManager()86 return mAutofillManager; in getAutofillManager()
181 private AutofillManager mAutofillManager; field in BridgeContext699 if (mAutofillManager == null) { in getSystemService()700 mAutofillManager = new AutofillManager(this, new Default()); in getSystemService()702 return mAutofillManager; in getSystemService()
1344 Landroid/app/Activity;->mAutofillManager:Landroid/view/autofill/AutofillManager;