Searched refs:ACTION_VALUE_CHANGED (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 306 /** @hide */ public static final int ACTION_VALUE_CHANGED = 4; field in AutofillManager 1902 updateSessionLocked(id, null, value, ACTION_VALUE_CHANGED, getImeStateFlag(view)); in notifyValueChanged() 1927 updateSessionLocked(id, null, value, ACTION_VALUE_CHANGED, getImeStateFlag(view)); in notifyValueChanged() 2592 updateSessionLocked(id, /* bounds= */ null, value, ACTION_VALUE_CHANGED, in startAutofillIfNeededLocked()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | Session.java | 42 import static android.view.autofill.AutofillManager.ACTION_VALUE_CHANGED; 4039 if (action == ACTION_START_SESSION || action == ACTION_VALUE_CHANGED in updateLocked() 4095 case ACTION_VALUE_CHANGED: in updateLocked() 6308 case ACTION_VALUE_CHANGED: in actionAsString()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 59337 Landroid/view/autofill/AutofillManager;->ACTION_VALUE_CHANGED:I
|