Searched refs:autofillManager (Results 1 – 3 of 3) sorted by relevance
38 private lateinit var autofillManager: AutofillManager variable in com.example.android.autofillframework.app.StandardAutoCompleteSignInActivity48 autofillManager = getSystemService(AutofillManager::class.java) in onCreate()56 autofillManager.registerCallback(autofillCallback) in onResume()61 autofillManager.unregisterCallback(autofillCallback) in onPause()
52 private val autofillManager = context.getSystemService(AutofillManager::class.java) constant209 … autofillManager.notifyViewEntered(this@CustomVirtualView, fieldTextItem.id, absBounds) in changeFocus()212 autofillManager.notifyViewExited(this@CustomVirtualView, fieldTextItem.id) in changeFocus()
61 …private val autofillManager: AutofillManager = context.getSystemService(AutofillManager::class.jav…64 autofillManager.notifyViewEntered(this@CustomVirtualView, id, absBounds)67 autofillManager.notifyViewExited(this@CustomVirtualView, id)