Searched refs:AUTOFILL_ID (Results 1 – 3 of 3) sorted by relevance
113 private static final AutofillId AUTOFILL_ID = new AutofillId(2); field in AssistStructureTest363 view.setAutofillId(AUTOFILL_ID); in newSmallView()
23093 state.mSavedData |= BaseSavedState.AUTOFILL_ID; in onSaveInstanceState()23177 if ((baseState.mSavedData & BaseSavedState.AUTOFILL_ID) != 0) { in onRestoreInstanceState()23181 ((BaseSavedState) state).mSavedData &= ~BaseSavedState.AUTOFILL_ID; in onRestoreInstanceState()31596 static final int AUTOFILL_ID = 0b100; field in View.BaseSavedState
62616 Landroid/view/View$BaseSavedState;->AUTOFILL_ID:I