Home
last modified time | relevance | path

Searched defs:previousSessions (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1300 final ArrayList<Session> previousSessions = mService.getPreviousSessionsLocked(this); in findValueLocked() local
4875 final ArrayList<Session> previousSessions = mService.getPreviousSessionsLocked(this); in mergePreviousSessionLocked() local
DAutofillManagerServiceImpl.java825 ArrayList<Session> previousSessions = null; in getPreviousSessionsLocked() local