Searched refs:AUTOFILL_ID (Results 1 – 3 of 3) sorted by relevance
80 private static final AutofillId AUTOFILL_ID = new AutofillId(2); field in AssistStructureTest252 view.setAutofillId(AUTOFILL_ID); in newSmallView()
21033 state.mSavedData |= BaseSavedState.AUTOFILL_ID; in onSaveInstanceState()21117 if ((baseState.mSavedData & BaseSavedState.AUTOFILL_ID) != 0) { in onRestoreInstanceState()21121 ((BaseSavedState) state).mSavedData &= ~BaseSavedState.AUTOFILL_ID; in onRestoreInstanceState()29163 static final int AUTOFILL_ID = 0b100; field in View.BaseSavedState
66582 Landroid/view/View$BaseSavedState;->AUTOFILL_ID:I