Searched refs:AUTOFILL_ID (Results 1 – 3 of 3) sorted by relevance
77 private static final AutofillId AUTOFILL_ID = new AutofillId(2); field in AssistStructureTest227 view.setAutofillId(AUTOFILL_ID); in newSmallView()
20330 state.mSavedData |= BaseSavedState.AUTOFILL_ID; in onSaveInstanceState()20413 if ((baseState.mSavedData & BaseSavedState.AUTOFILL_ID) != 0) { in onRestoreInstanceState()20417 ((BaseSavedState) state).mSavedData &= ~BaseSavedState.AUTOFILL_ID; in onRestoreInstanceState()28249 static final int AUTOFILL_ID = 0b100; field in View.BaseSavedState
77688 Landroid/view/View$BaseSavedState;->AUTOFILL_ID:I