Searched refs:STATE_AUTOFILLED (Results 1 – 2 of 2) sorted by relevance
56 public static final int STATE_AUTOFILLED = 0x004; field in ViewState161 if (state == STATE_AUTOFILLED) { in setState()199 if ((mState & STATE_AUTOFILLED) != 0 && (flags & FLAG_MANUAL_REQUEST) == 0) { in maybeCallOnFillReady()
2376 (viewState.getState() & ViewState.STATE_AUTOFILLED) != 0) { in updateLocked()2381 viewState.resetState(ViewState.STATE_AUTOFILLED); in updateLocked()2649 viewState.resetState(ViewState.STATE_AUTOFILLED); in setAutofillFailureLocked()2949 if ((state & ViewState.STATE_AUTOFILLED) != 0) { in createOrUpdateViewStateLocked()3219 setViewStatesLocked(null, dataset, ViewState.STATE_AUTOFILLED, false); in autoFillApp()