Searched refs:sLastAutofillId (Results 1 – 1 of 1) sorted by relevance
492 private static int sLastAutofillId = View.NO_ID; field in Context505 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()506 sLastAutofillId = View.NO_ID; in getNextAutofillId()509 sLastAutofillId++; in getNextAutofillId()511 return sLastAutofillId; in getNextAutofillId()