Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java702 ArrayList<Session> getPreviousSessionsLocked(@NonNull Session session) { in getPreviousSessionsLocked() method in AutofillManagerServiceImpl
DSession.java1155 final ArrayList<Session> previousSessions = mService.getPreviousSessionsLocked(this); in findValueLocked()
4288 final ArrayList<Session> previousSessions = mService.getPreviousSessionsLocked(this); in mergePreviousSessionLocked()