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.java457 final ArrayList<Session> previousSessions = mService.getPreviousSessionsLocked(this); in findValueLocked() local
2128 final ArrayList<Session> previousSessions = mService.getPreviousSessionsLocked(this); in mergePreviousSessionLocked() local
DAutofillManagerServiceImpl.java597 ArrayList<Session> previousSessions = null; in getPreviousSessionsLocked() local