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; 110 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields() 115 callback.expectEvent(mPassword, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields() 126 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields() 131 callback.expectEvent(mPassword, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields() 163 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillUsernameOnly() 176 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillUsernameOnly() 276 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testCallbacks() 281 callback.expectEvent(mPassword, EVENT_INPUT_SHOWN); in testCallbacks() 290 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 | 2004 AutofillCallback.EVENT_INPUT_SHOWN); in requestShowFillUi() 2006 callback.onAutofillEvent(anchor, AutofillCallback.EVENT_INPUT_SHOWN); in requestShowFillUi() 3080 EVENT_INPUT_SHOWN, 3093 public static final int EVENT_INPUT_SHOWN = 1; field in AutofillManager.AutofillCallback
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 54158 field public static final int EVENT_INPUT_SHOWN = 1; // 0x1
|
/frameworks/base/api/ |
D | current.txt | 54302 field public static final int EVENT_INPUT_SHOWN = 1; // 0x1
|