Searched refs:STATE_AUTOFILLED (Results 1 – 2 of 2) sorted by relevance
57 public static final int STATE_AUTOFILLED = 0x004; field in ViewState199 if ((mState & STATE_AUTOFILLED) != 0 && (flags & FLAG_MANUAL_REQUEST) == 0) { in maybeCallOnFillReady()
1177 if ((state & ViewState.STATE_AUTOFILLED) != 0) { in logContextCommittedLocked()2269 viewState.resetState(ViewState.STATE_AUTOFILLED); in setAutofillFailureLocked()2423 if ((state & ViewState.STATE_AUTOFILLED) != 0) { in createOrUpdateViewStateLocked()2681 setViewStatesLocked(null, dataset, ViewState.STATE_AUTOFILLED, false); in autoFillApp()