Searched refs:EVENT_INPUT_SHOWN (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
D | LoginTest.java | 20 import static android.view.autofill.AutofillManager.AutofillCallback.EVENT_INPUT_SHOWN; 118 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields() 123 callback.expectEvent(mPassword, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields() 134 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields() 139 callback.expectEvent(mPassword, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields() 172 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillUsernameOnly() 185 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillUsernameOnly() 286 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testCallbacks() 291 callback.expectEvent(mPassword, EVENT_INPUT_SHOWN); in testCallbacks() 300 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testCallbacks() [all …]
|
D | MyAutofillCallback.java | 31 import static android.view.autofill.AutofillManager.AutofillCallback.EVENT_INPUT_SHOWN; 100 case EVENT_INPUT_SHOWN: in eventToString()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 2909 AutofillCallback.EVENT_INPUT_SHOWN); in requestShowFillUi() 2911 callback.onAutofillEvent(anchor, AutofillCallback.EVENT_INPUT_SHOWN); in requestShowFillUi() 4422 EVENT_INPUT_SHOWN, 4435 public static final int EVENT_INPUT_SHOWN = 1; field in AutofillManager.AutofillCallback 4577 sessionId, id, AutofillCallback.EVENT_INPUT_SHOWN)); in notifyFillUiShown()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 55699 field public static final int EVENT_INPUT_SHOWN = 1; // 0x1
|