Home
last modified time | relevance | path

Searched refs:EVENT_INPUT_HIDDEN (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DLoginTest.java19 import static android.view.autofill.AutofillManager.AutofillCallback.EVENT_INPUT_HIDDEN;
122 callback.expectEvent(mUsername, EVENT_INPUT_HIDDEN); in testFocus_autofillBothFields()
133 callback.expectEvent(mPassword, EVENT_INPUT_HIDDEN); in testFocus_autofillBothFields()
138 callback.expectEvent(mUsername, EVENT_INPUT_HIDDEN); in testFocus_autofillBothFields()
176 callback.expectEvent(mUsername, EVENT_INPUT_HIDDEN); in testFocus_autofillUsernameOnly()
189 callback.expectEvent(mUsername, EVENT_INPUT_HIDDEN); in testFocus_autofillUsernameOnly()
290 callback.expectEvent(mUsername, EVENT_INPUT_HIDDEN); in testCallbacks()
299 callback.expectEvent(mPassword, EVENT_INPUT_HIDDEN); in testCallbacks()
302 callback.expectEvent(mUsername, EVENT_INPUT_HIDDEN); in testCallbacks()
DMyAutofillCallback.java30 import static android.view.autofill.AutofillManager.AutofillCallback.EVENT_INPUT_HIDDEN;
98 case EVENT_INPUT_HIDDEN: in eventToString()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java3532 AutofillCallback.EVENT_INPUT_HIDDEN); in requestHideFillUi()
3534 callback.onAutofillEvent(anchor, AutofillCallback.EVENT_INPUT_HIDDEN); in requestHideFillUi()
4423 EVENT_INPUT_HIDDEN,
4443 public static final int EVENT_INPUT_HIDDEN = 2; field in AutofillManager.AutofillCallback
4587 sessionId, id, AutofillCallback.EVENT_INPUT_HIDDEN)); in notifyFillUiHidden()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt55698 field public static final int EVENT_INPUT_HIDDEN = 2; // 0x2