Searched refs:sLastAutofillId (Results 1 – 2 of 2) sorted by relevance
579 private static int sLastAutofillId = View.NO_ID; field in Context592 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()593 sLastAutofillId = View.NO_ID; in getNextAutofillId()596 sLastAutofillId++; in getNextAutofillId()598 return sLastAutofillId; in getNextAutofillId()
13157 Landroid/content/Context;->sLastAutofillId:I