Searched refs:getNextAutofillId (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContextWrapper.java986 public int getNextAutofillId() { method in class:ContextWrapper
987 return mBase.getNextAutofillId();
H A DContext.java525 public int getNextAutofillId() { method in class:Context
/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java1485 public AutofillId getNextAutofillId() { method in class:AutofillManager
1492 Log.d(TAG, "getNextAutofillId(): client " + client + " returned null");
/frameworks/base/core/java/android/app/
H A DActivity.java884 /** The last autofill id that was returned from {@link #getNextAutofillId()} */
1408 public int getNextAutofillId() { method in class:Activity
1423 return new AutofillId(getNextAutofillId());
/frameworks/base/core/java/android/view/
H A DView.java8208 * AutofillId newId = afm.getNextAutofillId();
8223 * {@link AutofillManager#getNextAutofillId()}.
9089 mAutofillViewId = mContext.getNextAutofillId();
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 196 milliseconds