Searched refs:STATE_AUTOFILLED (Results 1 – 2 of 2) sorted by relevance
56 public static final int STATE_AUTOFILLED = 0x004; field in ViewState169 if (state == STATE_AUTOFILLED) { in setState()207 if ((mState & STATE_AUTOFILLED) != 0 && (flags & FLAG_MANUAL_REQUEST) == 0) { in maybeCallOnFillReady()
2978 && (viewState.getState() & ViewState.STATE_AUTOFILLED) != 0) {2983 viewState.resetState(ViewState.STATE_AUTOFILLED);3295 viewState.resetState(ViewState.STATE_AUTOFILLED);3647 if ((state & ViewState.STATE_AUTOFILLED) != 0) {4032 setViewStatesLocked(null, dataset, ViewState.STATE_AUTOFILLED, false);