Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java641 ArrayList<Session> getPreviousSessionsLocked(@NonNull Session session) { in getPreviousSessionsLocked() method in AutofillManagerServiceImpl
H A DSession.java1056 final ArrayList<Session> previousSessions = mService.getPreviousSessionsLocked(this); in findValueLocked()
3852 final ArrayList<Session> previousSessions = mService.getPreviousSessionsLocked(this); in mergePreviousSessionLocked()