Home
last modified time | relevance | path

Searched refs:sLastAutofillId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
DContext.java492 private static int sLastAutofillId = View.NO_ID; field in Context
505 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()