Searched refs:sLastAutofillId (Results 1 – 2 of 2) sorted by relevance
861 private static int sLastAutofillId = View.NO_ID; field in Context874 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()875 sLastAutofillId = View.NO_ID; in getNextAutofillId()878 sLastAutofillId++; in getNextAutofillId()880 return sLastAutofillId; in getNextAutofillId()
10270 Landroid/content/Context;->sLastAutofillId:I