Searched refs:AUTOFILL_ID (Results 1 – 3 of 3) sorted by relevance
81 private static final AutofillId AUTOFILL_ID = new AutofillId(2); field in AssistStructureTest281 view.setAutofillId(AUTOFILL_ID); in newSmallView()
22221 state.mSavedData |= BaseSavedState.AUTOFILL_ID; in onSaveInstanceState()22305 if ((baseState.mSavedData & BaseSavedState.AUTOFILL_ID) != 0) { in onRestoreInstanceState()22309 ((BaseSavedState) state).mSavedData &= ~BaseSavedState.AUTOFILL_ID; in onRestoreInstanceState()30534 static final int AUTOFILL_ID = 0b100; field in View.BaseSavedState
63259 Landroid/view/View$BaseSavedState;->AUTOFILL_ID:I