Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillResponse.java142 public @Nullable AutofillId[] getAuthenticationIds() { in getAuthenticationIds() method in FillResponse
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java2256 if (ArrayUtils.contains(response.getAuthenticationIds(), id)) { in shouldStartNewPartitionLocked()
2864 for (AutofillId autofillId : response.getAuthenticationIds()) { in setViewStatesLocked()
2889 final AutofillId[] authIds = response.getAuthenticationIds(); in setViewStatesLocked()