Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java481 void setViewAutofilledLocked(int sessionId, int uid, @NonNull AutofillId id) { in setViewAutofilledLocked() method in AutofillManagerServiceImpl
491 session.setViewAutofilledLocked(id); in setViewAutofilledLocked()
DAutofillManagerService.java2006 service.setViewAutofilledLocked(sessionId, getCallingUid(), id); in setViewAutofilled()
DSession.java5461 void setViewAutofilledLocked(@NonNull AutofillId id) { in setViewAutofilledLocked() method in Session